- Fix object inheritance does not work if full profile is not defined
- Support JSON comments
- Rename baseDir options to srcDir
- Set default srcDir to current working directory
- Add APIs to add/remove resolvers
- Rename ref and fix resolver name to get and include
- Move autoload fixture feature to nemo-fixo
- Remove iterate method
- Fix default values not extended by other profiles
- Fix runtime error with a null value
- Add callback support for fixo#load
- Check for object type before setting resolved profile
- Fix resolved fixture profile not propagated to downstream references
- Add loadSync
- Swap iteratee params to pass profile first then fixture
- Expose parseMatchingFixtureName in fixo library
- Add __filename support to load fixture matching the spec name
- Add support for macros
- Fix cache with nested fixture when loading different profiles
- Refactor fixture cache and clone to improve performance
- Cache loading of fixture file
- Change iterate method to autoload fixture
- Fix loadFixture not returning an object if a single-element array is passed
- Extend default values for an unknown profile
- Extend default values for an unknown profile
- Disable cache by default, there's an issue when working with multiple profiles
- Add object and fixture references with profile
- Return master object if profile is unknown
- Cache loaded fixture
- Support for default values for fixture without profile definitions
- Move debug as dependent library from dev dependencies
- Fix test fixture loading issue
- First release