Skip to content

Releases: dak0rn/bookshelf-cast

Version 1.0.2

27 Dec 20:28
Compare
Choose a tag to compare

Internal improvements and restructuring

  • extend the Travis CI configuration to use different node versions instead of only the latest one (@MarkHerhold)
  • restructure the model parsing to use a for ... of loop which is faster than the orignal functional implementation (@MarkHerhold)
  • add prettier and a corresponding configuration
  • add eslint
  • lint using the former ones before invoking tests
  • bump ava to the latest version
  • improve the project's readme

Version 1.0.1

30 Mar 19:59
Compare
Choose a tag to compare

This version introduces the following useful features:

  • A README without errors

Version 1.0.0

30 Mar 19:55
Compare
Choose a tag to compare

Initial version comes with

  • a built-in boolean cast function
  • tests
  • a README
  • and a bit of source code