Skip to content

Latest commit

 

History

History
92 lines (55 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

92 lines (55 loc) · 1.61 KB

CHANGELOG

See https://github.com/riot/riotify/releases

4.0.0

  • Use the latest @riotjs/compiler version

4.0.0-beta.2

  • Fixed the riot compiler export default converting them to commonjs

4.0.0-beta.1

  • Add first riot@4 compatible API

3.1.0

  • Make the sourcemap generation optional through the sourcemap boolean option #41

3.0.0

  • Add sourcemaps support
  • Remove riot and riot-compiler as dependencies

2.0.0

  • Compatible with Riot 3.0.0
  • Moved to Riot organization
  • Make riot-compiler a peerDependency
  • Add eslint

1.0.1

  • Passing the file name to the riot compiler #30

1.0.0

  • Compatible with Riot 2.3.0
  • Not compatible with lower version of Riot

0.1.2

  • Compatible with Riot 2.1.0
  • Emit error event on compile error #16

0.1.0

  • Add support for returning tag on require("file.tag") #15
  • Fix default value when no options are given #15

0.0.9

  • Add custom extension support

0.0.8

  • Compatible with Riot 2.0.9

0.0.7

  • Add an explanation of compile options

0.0.6

  • Documentation fixes

0.0.5

  • Remove DISCLAIMER from README

0.0.4

  • Will require('riot') from inside tag definition Contributor: Derek Reynolds

0.0.3

0.0.2

  • Add DISCLAIMER to README
  • Fix usage in README

0.0.1

  • Bundled README and CHANGELOG.

0.0.0

  • Initial release.