- Improvement: Add TypeScript type definitions (#18, thanks @johnhooks!)
- Improvement: Improves performance of markup string parsing by ~4x.
- Add: Support for deep path lookup on
prop
andattr
(example:prop( 'p', 'style.textAlign' )
)
- Fix:
package.module
is now transpiled except ES2015 modules
- New: Optional selector argument to attr, prop can be omitted. Optional initial arguments are an awkward syntax supported here for convenience's sake. This feature may be removed, or arguments reversed, in future major versions.
- General: Include minified distributable
- General: Added unit tests
- Fix: Broken "main"
package.json
field - General: Include repository details in
package.json
- Initial release