1.0.0
What's Changed
- beta4 by @teameh in #53
- Debounced drag example by @peteruithoven in #78
- Adding combineFilters(), docs and tests for #71 by @Bear-Foot in #80
- feat(build): Adding UMD support by @weslleyaraujo in #82
- Console Group Rework by @pl12133 in #68
- beta7 by @omnidan in #87
- split into multiple files; 100% test coverage (closes #75) by @omnidan in #90
- Finishing #86 by @peteruithoven in #92
- Readability unit tests by @peteruithoven in #93
- Removed past debug statement by @peteruithoven in #94
- Add "cross-env" before setting the NODE_ENV environment variable in t… by @pl4u in #105
- Update all dependencies 🌴 by @greenkeeperio-bot in #109
- future length should be ignored when inserting by @jscissr in #123
- Add definitions for TypeScript by @forabi in #127
- Add neverSkipReducer option to undoable, resolves #129 by @aeneasr in #130
- Resolve false travis test run negative by @aeneasr in #131
- Resolve issues with neverSkipReducer by @aeneasr in #133
- Typescript Definition - Added ActionCreators & ActionTypes (+ minor bug fixes) by @mcrawshaw in #134
- Use npm-run-all for npm build task by @aeneasr in #135
- Unfiltered snapshots feature by @davidroeca in #139
- Add clearHistoryTypes (#126) by @Bear-Foot in #128
- Updated Typescript definition to improve ActionCreators type by @mcrawshaw in #141
- assign config.history to the initialized history when passed initial … by @davidroeca in #144
- Add neverSkipReducer to typings.d.ts by @cormacrelf in #146
- Slices by @davidroeca in #149
- doc: add details on redux-undo configuration by @acateland in #151
- Typings: Add ignoreInitialState and export the Options interface by @jcperez-ch in #159
- Groupby by @davidroeca in #161
- syncFilter flag implementation by @jcperez-ch in #164
- Fix typings for latestUnfiltered property by @jcperez-ch in #170
- Upgrading dist and examples to webpack 2 by @jcperez-ch in #165
- Refactor and index/limit by @davidroeca in #167
- Fix initialState bug for preloaded states by @davidroeca in #174
- handle #173 by @davidroeca in #176
- Updated docs with newer features by @camsjams in #177
- Resolve #182 by @davidroeca in #186
- export newHistory function by @davidroeca in #184
- Add typings for newHistory; add example to README by @levilansing in #205
- Only call groupBy for actions that aren't filtered by @levilansing in #206
- pass config.ignoreInitialState when recreating the history after clea… by @omridevk in #201
- Update link to Undo History recipe by @kubk in #199
- doc: add specific/multi mount point configuration by @acateland in #153
- add notice about help wanted by @omnidan in #217
- Resolve #204: Update deps. by @OscarBakker in #225
- Update readme.md by @deanban in #230
- Documentation for stable release 1.0 by @nmay231 in #247
- Update dependencies and minor bug fixes by @nmay231 in #248
- Add optional Action generic to Undoable interface. by @Asatelit in #232
- Resolve #202: Add document of undo-redo batch of actions with custom groupBy by @gaopinghuang0 in #249
- Replace isparta with babel-plugin-istanbul by @nmay231 in #250
- Added contributing guide and code of conduct by @nmay231 in #252
- 1.0 release by @omnidan in #251
New Contributors
- @peteruithoven made their first contribution in #78
- @Bear-Foot made their first contribution in #80
- @weslleyaraujo made their first contribution in #82
- @pl4u made their first contribution in #105
- @greenkeeperio-bot made their first contribution in #109
- @jscissr made their first contribution in #123
- @forabi made their first contribution in #127
- @aeneasr made their first contribution in #130
- @mcrawshaw made their first contribution in #134
- @davidroeca made their first contribution in #139
- @cormacrelf made their first contribution in #146
- @acateland made their first contribution in #151
- @jcperez-ch made their first contribution in #159
- @camsjams made their first contribution in #177
- @levilansing made their first contribution in #205
- @omridevk made their first contribution in #201
- @kubk made their first contribution in #199
- @OscarBakker made their first contribution in #225
- @deanban made their first contribution in #230
- @Asatelit made their first contribution in #232
- @gaopinghuang0 made their first contribution in #249
Full Changelog: v0.6.0...v1.0.0