Skip to content

Latest commit

 

History

History
156 lines (146 loc) · 19.8 KB

CHANGELOG.md

File metadata and controls

156 lines (146 loc) · 19.8 KB

Change Log

0.4.0 (2017/08/19 03:08 +00:00)

  • 5969173 Merge branch 'dev' (@nachiket-p)
  • #10 Added Model action test (@agarwalraghav01)
  • 47e5714 Added Model action test (@agarwalraghav01)

v0.3.1 (2017/07/24 12:31 +00:00)

  • 9c56d49 0.3.1 (@nachiket-p)
  • #9 Corrected list selector test (@agarwalraghav01)
  • 669c661 Bugfix: offset was not getting set properly (@nachiket-p)
  • 0609204 Added test for hasPrev and hasNext in list selector (@agarwalraghav01)
  • 22e17d0 Added .yarnclean file (@nachiket-p)
  • 7c41853 Merge branch 'dev' of https://github.com/nachiket-p/rest-redux into dev (@agarwalraghav01)
  • 0ccf7b1 Added some action tests & Removed unsed tests (@nachiket-p)
  • edacabe corrected package deps (@nachiket-p)
  • b423784 removed unnecessary test from list selector (@agarwalraghav01)
  • ca007ed changes made in hasNext and hasPrev in list selector (@agarwalraghav01)
  • dceff35 0.3.0 (@nachiket-p)
  • #8 Completed selector test (@agarwalraghav01)
  • 03ada1f completed list selector test (@agarwalraghav01)
  • 77d4308 selector test for list and model (@agarwalraghav01)
  • 8c996fc Added some tests for Model Selectors (@nachiket-p)
  • a145d60 corrected server code & corrected complete example to support API changes (@nachiket-p)
  • ab709c5 added new example with feature rich minimal code (@nachiket-p)
  • fd476b0 changed List API to support routeParams API changes (@nachiket-p)
  • 3fe70c8 Implemented routeParams in actions only. selector & reducer remaining. (@nachiket-p)
  • a02e499 Merge branch 'dev' into route-params (@nachiket-p)
  • 18bc1e5 route params support idea, WIP (@nachiket-p)
  • #7 Completed list reducers test (@agarwalraghav01)
  • 216655f Modified Complete List Reducer (@agarwalraghav01)
  • cd9ad7d removed unnecessary test cases (@agarwalraghav01)
  • e3bc6a1 Test for list Reducers (@agarwalraghav01)
  • abba5b1 removed unnecessary lib from package.json (@agarwalraghav01)
  • 12d7413 completed list reducers test (@agarwalraghav01)
  • 010483b list reducers test (@agarwalraghav01)
  • #6 Added test for Model Reducers (@agarwalraghav01)
  • e9105c2 added model tests] (@agarwalraghav01)
  • cdcc214 Merge branch 'dev' into testing (@agarwalraghav01)
  • b71c301 Test for model reducer (@agarwalraghav01)
  • 00ce7a9 Test for Model Reducers (@agarwalraghav01)
  • 2e2cf74 complex example testing (@nachiket-p)
  • 344b176 custom API Path issue fixed (@nachiket-p)
  • 34b95c8 Created RequestAdapter for extending (@nachiket-p)

v0.2.1 (2017/07/03 12:19 +00:00)

v0.2.0 (2017/07/03 12:06 +00:00)

  • d939674 0.2.0 (@nachiket-p)
  • ca0bed9 changelog output now prints commit as well (@nachiket-p)
  • 446d514 removed .babelrc for npm publish (@nachiket-p)
  • 64a3556 Changed react-redux & redux dep (@nachiket-p)
  • dc370f3 Removed Thunk dependency, Must be available as peer (@nachiket-p)
  • 497d694 Added Minimal Example (@nachiket-p)
  • 8e83cab Example: Added completed todo in initial data (@nachiket-p)
  • 7fbb62c Examples restructure (@nachiket-p)

v0.1.8 (2017/06/29 12:56 +00:00)

  • 869e25e 0.1.8 (@nachiket-p)
  • de1b1e8 added npmignore to add lib in npm (@nachiket-p)
  • 3c5d62a Merge branch 'dev' of github.com:nachiket-p/rest-redux into dev (@nachiket-p)
  • #3 Remove unused paging attribute (@jariwalabhavesh)

v0.1.7 (2017/06/29 12:22 +00:00)

  • d2c38ea 0.1.7 (@nachiket-p)
  • dc5d820 corrected main path (@nachiket-p)

v0.1.6 (2017/06/29 11:42 +00:00)

v0.1.5 (2017/06/29 06:35 +00:00)

  • 9af5593 0.1.5 (@nachiket-p)
  • b9b88b7 corrected deps in package.json, fixed major bug (@nachiket-p)
  • 2d7bf4f added codecov & coverage settings (@nachiket-p)
  • 8408d11 added build & coverage badges (@nachiket-p)

v0.1.4 (2017/06/28 12:38 +00:00)

  • 9d14de2 0.1.4 (@nachiket-p)
  • 311499a setup changelog command properly (@nachiket-p)
  • 281df62 capital cased changelog & readme (@nachiket-p)
  • 61fb642 added empty changelog & added repository to package.json (@nachiket-p)
  • 6b4038b added version scripts to package.json (@nachiket-p)

v0.1.1 (2017/06/28 11:42 +00:00)

  • a6388bf 0.1.1 (@nachiket-p)
  • 252348a added generate-changelog dev dep (@nachiket-p)
  • 4eaa25f Test fixed (@nachiket-p)
  • f6f977d Updated example with clean method (@nachiket-p)
  • 7df1f7c Implemented clear method to clean up state (@nachiket-p)
  • #2 Paging action validations (@jariwalabhavesh)
  • b495dbf Merge branch 'dev' into paging-validation (@nachiket-p)
  • 5e7961c Example updated (@nachiket-p)
  • 7269f8a Bugfix: hoc props passing (@nachiket-p)
  • f06bac3 Paging action validation done.
  • 93ae45c Implemented paging HOC example (@nachiket-p)
  • 81b437d bugfix: list reducer was updating all list states (@nachiket-p)
  • 4bc1d21 Implemented paging HOC (@nachiket-p)
  • da2d80f Removed unused file (@nachiket-p)
  • 0148fd7 Added travis config (@nachiket-p)
  • 4acef65 Bugfix: listname was not passed to action (@nachiket-p)
  • 12a968c Renamed to rest-redux from redux-loopback (@nachiket-p)
  • 3c72364 Implemented in example (@nachiket-p)
  • e4b2b92 Implemented basic working List support (@nachiket-p)
  • 2b26e49 Fixed prepublish without global babel dep issue (@nachiket-p)
  • 654e761 added running example section in readme (@nachiket-p)
  • 8489033 Merge branch 'master' of github.com:nachiket-p/redux-loopback (@nachiket-p)
  • 37d52b7 Updated readme (@nachiket-p)
  • 15ea04e updated build commands (@nachiket-p)
  • d57c366 WIP, List support (@nachiket-p)
  • 966c613 removed debugger (@nachiket-p)
  • 6aae182 WIP: List feature & APIs (@nachiket-p)
  • 7c47f5e added possible API for lists (@nachiket-p)
  • 65dd787 Refactored Model code & added dummy List API (@nachiket-p)
  • #1 moved to master as example/dev is working well. (@nachiket-p)
  • 26a216f added WIP in readme (@nachiket-p)
  • 0b7dfbe Example, added login (@nachiket-p)
  • 938cb5d continuing catch chain for fetch (@nachiket-p)
  • 72c270a example fix: update count after deleteAll (@nachiket-p)
  • d85d40f Added todos (@nachiket-p)
  • e6ebcaf ApiAdapter introduced, API related call separated (@nachiket-p)
  • 555a3a1 added ACL in example (@nachiket-p)
  • 3783610 updated for globalOptions (@nachiket-p)
  • 4866e97 Added option for globalOptions for Auth & other config (@nachiket-p)
  • 28fcef1 added dummy data in example server (@nachiket-p)
  • b0a062b Restructure files (@nachiket-p)
  • 8a84477 Removed unused method (@nachiket-p)
  • 2453f09 Implemented Delete reducer & multiple/single response handing (@nachiket-p)
  • bfc9941 Using Object spread operator instead of _.merge now (@nachiket-p)
  • 11babfc Update example to new find method getFound & related changes (@nachiket-p)
  • 4024426 Implemented custom method example (@nachiket-p)
  • bbc75e3 Implemented custom API call code (@nachiket-p)
  • 4c8d4b6 Renamed to DELETE_BY_ID from DELETE & Renamed to DELETE from DELETE_ALL (@nachiket-p)
  • 629be32 Added selector EXAMPLE in library (@nachiket-p)
  • 83bc0d1 Added basic selector in library (@nachiket-p)
  • e291929 Refatored code & removed reselect use for simplification (@nachiket-p)
  • f305b1a restructured exposing APIs (@nachiket-p)
  • b1aee75 updated example with callbacks & count method (@nachiket-p)
  • 0433976 Implemented callbacks & count method (@nachiket-p)
  • 07fb481 Implemented different events approach with RECEIVED for data instances (@nachiket-p)
  • 6bb8c65 WIP: readme started (@nachiket-p)
  • 577d716 Error handler updated to handle all cases (@nachiket-p)
  • b6dbd02 changed dist to public for gitignore issue (@nachiket-p)
  • 6b494da WIP, more events and selection logic, code refactored (@nachiket-p)
  • 4f85073 warning fix (@nachiket-p)
  • 131994e code refactored, some test setup (@nachiket-p)
  • 2ae9a5a delete method implemented (@nachiket-p)
  • 87a000d code refactoring, and configure function WIP (@nachiket-p)
  • 1502f6d more WIP implementation separated entity reducers (@nachiket-p)
  • a05e68f added test setup, WIP dummy call to server, WIP code structure ideas (@nachiket-p)
  • f3cabb5 WIP: Adding library API interface in example (@nachiket-p)
  • 6e6cb8b WIP: example code setup, example server setup (@nachiket-p)