Skip to content

Releases: flightjs/flight-with-state

v8.1.0

18 Apr 11:21
Compare
Choose a tag to compare

<a name"8.1.0">

8.1.0 (2016-04-18)

Features

  • pass old state to stateChanged (f843e5ea, closes #6)

v8.0.0

11 Dec 18:16
Compare
Choose a tag to compare

<a name"8.0.0">

8.0.0 (2015-12-11)

Bug Fixes

  • don't merge onto same state object (bf23c006)

Breaking Changes

v7.0.0

02 Dec 14:00
Compare
Choose a tag to compare

<a name"7.0.0">

7.0.0 (2015-12-02)

Bug Fixes

Breaking Changes

  • merge state no-longer does a deep merge

    (eb705645)

v6.0.1

17 Nov 17:46
Compare
Choose a tag to compare

<a name"6.0.1">

6.0.1 (2015-11-17)

Bug Fixes

  • stop using peer dependencies (b4911cd5)

v6.0.0

06 Nov 14:42
Compare
Choose a tag to compare

<a name"6.0.0">

6.0.0 (2015-11-06)

Bug Fixes

  • ugh, fix the main-file typo (72132809)

Breaking Changes

v5.0.0

06 Nov 14:25
Compare
Choose a tag to compare

<a name"5.0.0">

5.0.0 (2015-11-06)

Bug Fixes

  • dist dir missing from module (b414ffaa)

Breaking Changes

  • the module was missing its dist directory. That's now fixed.

    (b414ffaa)

v4.0.0

06 Nov 13:51
Compare
Choose a tag to compare

<a name"4.0.0">

4.0.0 (2015-11-06)

Features

  • make lodash.merge a peer dependency (6ff18a7b)
  • call UMD withState (df49a386)
  • use correct env value for minification (cc425b2c)

Breaking Changes

  • lodash.merge is now a peer dependency, so that it's not
    included in the built module. You must install it yourself.

    (6ff18a7b)

v3.0.0

04 Nov 11:47
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2015-11-04)

Features

Breaking Changes

  • now an npm module and not Bower compatible.

  • Switch to Angular commit style

  • Setup semantic release

  • Convert to ES2015 with babel

  • Remove dependency on Flight (now lodash.merge)

    (6914e57a)