1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-06-28 20:44:59 +03:00

Merge branch 'master' into stable

This commit is contained in:
Bruno Dias 2015-05-04 13:44:19 -03:00
commit 5ee0231d1c

View file

@ -1,13 +1,13 @@
# 0.4.0 # 0.4.0 (May 4th, 2015)
- qualities.js now exports `create()` and `use()`, two functions used to - qualities.js now exports `create()` and `use()`, two functions used to
incorporate your own quality constructors into the API. incorporate your own quality constructors into the API.
# 0.3.0 (April 30, 2015) # 0.3.0 (April 30th, 2015)
- Did away with exportUndum(), since the problem it solves doesn't really exist. - Did away with exportUndum(), since the problem it solves doesn't really exist.
- Moved undum to a devdependency. - Moved undum to a devdependency.
# 0.2.1 (April 18, 2015) # 0.2.1 (April 18th, 2015)
- Add racontest.js, a module for inserting debugging/testing utilities. - Add racontest.js, a module for inserting debugging/testing utilities.