See https://github.com/riot/riotify/releases
- Use the latest @riotjs/compiler version
- Fixed the riot compiler
export default
converting them to commonjs
- Add first riot@4 compatible API
- Make the sourcemap generation optional through the
sourcemap
boolean option #41
- Add sourcemaps support
- Remove
riot
andriot-compiler
as dependencies
- Compatible with Riot 3.0.0
- Moved to Riot organization
- Make riot-compiler a peerDependency
- Add eslint
- Passing the file name to the riot compiler #30
- Compatible with Riot 2.3.0
- Not compatible with lower version of Riot
- Compatible with Riot 2.1.0
- Emit error event on compile error #16
- Add support for returning tag on require("file.tag") #15
- Fix default value when no options are given #15
- Add custom extension support
- Compatible with Riot 2.0.9
- Add an explanation of compile options
- Documentation fixes
- Remove DISCLAIMER from README
- Will require('riot') from inside tag definition Contributor: Derek Reynolds
- Compatible with Riot 2.0.7 https://github.com/muut/riotjs/blob/master/doc/release-notes.md#207-jan-29-2015
- Add DISCLAIMER to README
- Fix usage in README
- Bundled README and CHANGELOG.
- Initial release.