@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 18.0.0 ] - 2018-10-24
88### Added
99- Models:
1010 - ` registration-schema ` (including related adapter & serializer)
@@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3030 - ` register ` - sign up page
3131- Transforms:
3232 - ` fixstringarray ` - similar to ` fixstring ` transform (unencodes special characters), but for string arrays
33+ - Utils:
34+ - ` param ` - drop-in replacement for jQuery.param
35+ - Helpers:
36+ - ` math ` - A helper to render TeX statements using KaTeX
37+ - Engines:
38+ - ` ember-osf-registries ` - moved/upgraded into the registries engine
39+ - ` collections ` - Add collections engine
3340- Tests:
3441 - ` guid-node/registrations ` acceptance test
3542 - ` tags-widget ` component integration test
@@ -39,15 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3946 - ` osf-model ` - creates model, adapter, and serializer for an OSF model
4047- Types:
4148 - ` ember-cli-mirage ` - the 70% that seems possible to express in typescript
42- - Engines:
43- - ` ember-osf-registries ` - moved/upgraded into the registries engine
44- - ` collections ` - Add collections engine
4549- Handbook:
4650 - ` tags-widget ` - added to the handbook
47- - Utils:
48- - ` param ` - drop-in replacement for jQuery.param
49- - Helpers:
50- - ` math ` - A helper to render TeX statements using KaTeX
5151
5252### Changed
5353- Models:
0 commit comments