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

13 lines
380 B
Plaintext

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