v5.0.0
<a name"5.0.0">
5.0.0 (2016-12-19)
Bug Fixes
Breaking Changes
- To fix this I've changed the
SourceTypeclass to be anenum, 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" ofSourceTypeby removing thenameproperty, this is a breaking change. If thenameof a source type is desired, it can be looked up on the enum type:SourceType[SourceType.AT] === 'AT'.
(f3ac7dd2)