
# Changelog

- v0.5.x
  - Drop support for Node v10.
  - Drop support for some older browsers (including all versions of IE).
  - Fixed bug where { index } step on array was not handled correctly.
  - Introduce `RestApi.decorateMethod()` as alternative for `@RestApi.method` legacy decorator syntax.
  - [0.5.4] Export `DecodeError`

- v0.4.x
  - Treat `undefined` as removal in redux reducer.
  - Dependency updates.

- v0.3.x
  - Major rewrite: codebase rewritten from ground up in TypeScript.

- v0.2.x
  - Upgrade to lifecycle-loader v0.1.

- v0.0.x
  - Initial version.
