1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-05-17 00:08:16 +03:00
raconteur/CHANGES
2015-05-04 13:44:08 -03:00

13 lines
400 B
Plaintext

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