v0.2.14
Breaking Changes:
Earlier releases used a colon in the name of a code snippet delimiter, which caused build problems on Windows machines. v0.2.14 changes the colon to an underscore. This change won't affect most Freestyle guides. However, if you were directly referencing a snippet like this:
you will need to change it to this:
Further details can be found here: #73.
Closed issues:
- ENUMERABLE#CONTAINS in Ember v.2.8+ #91
- Support usage indirection #90
- Does not work with ember-hammertime #82
- does not work on windows due to use of colon in filenames #72
Merged Pull Requests 👻 🙌 ✨
- Fix 'calling set on destroyed object' error #97 (thomblake)
- Update to ember-cli-github-pages 0.1.2 #96 (chrislopresto)
- Update ember-truth-helpers to 1.3.0 #95 (zlotnika)
- Use
includes
instead ofcontains
, which is deprecated in ember 2.8+ #94 (lukemelia) - Update ember-cli-eslint. #93 (LucasHill)
- Update remarkable and ember-remarkable #86 (chrislopresto)
- Update ember-normalize #85 (chrislopresto)
- Fix(freestyle-menu): Reset f queryParam in menu #83 (fsmanuel)
- Update to Ember 2.8 and Ember CLI 2.8 #79 (chrislopresto)
- Fix snippet language detection #76 (wagenet)
- change notes and usage seperator from colon to underscore in order ma… #73 (zidjian257)