Skip to content

v5.0.0

Choose a tag to compare

@eventualbuddha eventualbuddha released this 19 Dec 20:14

<a name"5.0.0">

5.0.0 (2016-12-19)

Bug Fixes

  • ensure multiple copies of coffee-lex can coexist (#87) (f3ac7dd2)

Breaking Changes

  • To fix this I've changed the SourceType class to be an enum, so its values will just be explicit numbers that will compare correctly across versions of coffee-lex. Because this changes the API of the "instances" of SourceType by removing the name property, this is a breaking change. If the name of a source type is desired, it can be looked up on the enum type: SourceType[SourceType.AT] === 'AT'.
    (f3ac7dd2)