- Improved documentation coverage of JSDoc comments for methods.
- Adds support for minim api-description ^0.9.0 and minim ^0.20.0.
- Added browser build distribution
- Add support for minim 0.19 and minim-api-description 0.6.
- Compatibility with Minim 0.18 and minim-api-description 0.5.
- We don't try to re-define
sourceMapValue
on an Element whensourceMapValue
already exists. Such as when you create multiple namespaces of minim-parse-result
- Updated to support minim 0.17.1.
sourceMapValue
will return undefined instead of empty array
- Added a convenience function for getting source maps called
sourceMapValue
- Annotation.code now returns a Number Element
- Upgrade babel-runtime dependency to v6
- Upgrade minim-api-description dependency to 0.2.0
- Drop support for node 0.12 and 0.10
- Upgrade minim peerDependency to 0.14.0
- Upgrade minim-api-description dependency to 0.1.4
- Fix a bug that was caused by overwriting the base element. This is now accomplished in another way.
- Add support for the
sourceMap
element attribute.
- Initial release.