Commit Graph

  • f0fc17e057 v0.8.2 v0.8.2 Michel Weststrate 2018-01-17 21:04:38 +01:00
  • d541fe9c99 Fixed exposing typescript typings, fixes #72 Michel Weststrate 2018-01-17 21:04:23 +01:00
  • d47db4da31 Merge pull request #71 from Keysox/patch-1 Michel Weststrate 2018-01-17 21:02:35 +01:00
  • c3c2d809a8 Fix curried reducer code example in README Alex Kessock 2018-01-17 12:38:19 -07:00
  • 035bb52811 chore(build): yarn-or-npm and typings Vildan Softic 2018-01-17 18:16:04 +01:00
  • 9d393e391a some code cleanup / more reuse Michel Weststrate 2018-01-17 17:08:38 +01:00
  • 7d0b7e89bb small improvements Michel Weststrate 2018-01-17 09:25:08 +01:00
  • f8f402c725 Merge branch 'master' into feature/fast-prune Michel Weststrate 2018-01-16 21:28:28 +01:00
  • 40557688b8 v0.8.1 v0.8.1 Michel Weststrate 2018-01-16 21:24:24 +01:00
  • 0834d8a835 Fixed #66: Incorrectly trying to modify a frozen object Michel Weststrate 2018-01-16 21:23:58 +01:00
  • d5de8859e6 Reproduced #66 Michel Weststrate 2018-01-16 21:22:45 +01:00
  • 334652eff4 v0.8.0 v0.8.0 Michel Weststrate 2018-01-16 21:00:42 +01:00
  • 20394c0f75 Merge pull request #68 from mweststrate/feature/reuse Michel Weststrate 2018-01-16 20:58:28 +01:00
  • bcd482608f Added performance test for bulk data Michel Weststrate 2018-01-16 20:55:01 +01:00
  • 9fd1654785 Fixed debug setup Michel Weststrate 2018-01-16 20:54:48 +01:00
  • e34a548548 Test fixes Michel Weststrate 2018-01-16 19:49:56 +01:00
  • c4f2c2d1cb Use babel (for Symbol polyfill). Also generate ES module Michel Weststrate 2018-01-16 19:36:29 +01:00
  • 74a97b6710 less builds is more? Michel Weststrate 2018-01-16 18:37:58 +01:00
  • 03a2736f24 Merge remote-tracking branch 'origin/master' into feature/reuse Michel Weststrate 2018-01-16 17:09:44 +01:00
  • e70fd428d4 Merge pull request #64 from arthurdenner/adding-rollup-to-build-process Michel Weststrate 2018-01-16 17:09:27 +01:00
  • 6ac7707635 Added question about freezing Michel Weststrate 2018-01-16 15:49:24 +01:00
  • b9b418e7e2 Added FAQ section Michel Weststrate 2018-01-16 15:34:26 +01:00
  • a7b5df7653 Removed superfluos Redux examples (fixes #57). Explained working with Dates better Michel Weststrate 2018-01-16 09:01:02 +01:00
  • b7647e4531 One module to rule them all WIP Michel Weststrate 2018-01-15 20:59:26 +01:00
  • 9b3bceb276 Both implementation stateless Michel Weststrate 2018-01-15 20:23:17 +01:00
  • b7cd0451eb classless es5 impl Michel Weststrate 2018-01-15 19:54:59 +01:00
  • 388f4f1455 classless Michel Weststrate 2018-01-15 19:36:17 +01:00
  • 7b130287c8 leaner implementation Michel Weststrate 2018-01-15 19:34:21 +01:00
  • d20adeac06 extracted class methods from Proxy impl Michel Weststrate 2018-01-15 19:03:07 +01:00
  • 75de7af8e9 Merge pull request #63 from jkhedani/master Michel Weststrate 2018-01-15 15:05:28 +01:00
  • a420176d00 chore(build): Removing unused dependency arthurdenner 2018-01-13 21:07:20 -03:00
  • b2d42b9e02 refactor(build): Simplifying the build process arthurdenner 2018-01-13 21:00:54 -03:00
  • c3e1148add fix(build): Switching from babel to buble plugin arthurdenner 2018-01-13 20:16:14 -03:00
  • 4fdf9a0375 chore(build): Adding filesize to index.js plugins arthurdenner 2018-01-13 19:46:40 -03:00
  • 883dc6186b feat(build): Adding rollup to the build process arthurdenner 2018-01-13 19:40:45 -03:00
  • 59fd7cee36 Improve semiotics in state tree graphic Justin Hedani 2018-01-13 12:37:43 -10:00
  • cb4daee067 Merge pull request #59 from jkhedani/master Michel Weststrate 2018-01-12 22:22:54 +01:00
  • f91d0b7cec Fix typo in state tree image Justin Hedani 2018-01-12 10:11:29 -10:00
  • 2e471799dc v0.7.0 v0.7.0 Michel Weststrate 2018-01-12 09:32:51 +01:00
  • e29a7926e5 Object.is for equality, more tests. Fixes #43, #42, #48 Michel Weststrate 2018-01-12 09:02:55 +01:00
  • 1116ccf1b2 Making several improvements at once Michel Weststrate 2018-01-11 23:27:23 +01:00
  • 11967a5cc0 v0.6.1 Michel Weststrate 2018-01-11 11:47:32 +01:00
  • a7cabf8e0c updated changelog Michel Weststrate 2018-01-11 11:47:08 +01:00
  • 931e18a597 Fixed es5 implementation Michel Weststrate 2018-01-11 11:45:54 +01:00
  • c420f0d3eb Faster, simpler implementation Michel Weststrate 2018-01-11 11:25:58 +01:00
  • d618d2888f initial solution Michel Weststrate 2018-01-11 09:56:56 +01:00
  • 076fbd6f60 Merge pull request #56 from jkhedani/master Michel Weststrate 2018-01-12 09:02:25 +01:00
  • 1ffb79f489 Update font sizes in the image Justin Hedani 2018-01-11 18:36:30 -10:00
  • e4a131a1ff Update image link in readme.md Justin Hedani 2018-01-11 18:23:48 -10:00
  • 52ea47f714 Add new high definition images Justin Hedani 2018-01-11 18:21:32 -10:00
  • 285143a69b Update file name to remove redundant reference Justin Hedani 2018-01-11 18:20:05 -10:00
  • a1c1c5e220 Move high definition images to their own folder Justin Hedani 2018-01-11 18:18:45 -10:00
  • 2bbaa2686d v0.6.1 v0.6.1 Michel Weststrate 2018-01-11 11:47:32 +01:00
  • 99f65cda86 updated changelog Michel Weststrate 2018-01-11 11:47:08 +01:00
  • 5481006fe1 Fixed es5 implementation Michel Weststrate 2018-01-11 11:45:54 +01:00
  • fa1d8340a9 Faster, simpler implementation Michel Weststrate 2018-01-11 11:25:58 +01:00
  • cddc0ca6b9 initial solution Michel Weststrate 2018-01-11 09:56:56 +01:00
  • 804703b167 Merge pull request #55 from typicode/patch-1 Michel Weststrate 2018-01-11 08:47:37 +01:00
  • 66415ec872 Update image for read me to high definition Justin Hedani 2018-01-10 18:32:48 -10:00
  • 6aa642bfe9 Update image link in readme.md Justin Hedani 2018-01-10 18:27:25 -10:00
  • a3a528171c Add new image for read me Justin Hedani 2018-01-10 18:26:32 -10:00
  • d332ed6ace fix benchmark link typicode 2018-01-11 03:33:18 +01:00
  • 553b6cefb4 Updated readme links Michel Weststrate 2018-01-10 20:54:59 +01:00
  • 09bf348067 Committed forgotten file Michel Weststrate 2018-01-10 20:54:52 +01:00
  • d1235d5842 v0.6.0 v0.6.0 Michel Weststrate 2018-01-10 20:41:12 +01:00
  • bd9c47b50b Default build includes both Proxy and ES5 implementation Michel Weststrate 2018-01-10 20:40:56 +01:00
  • ed048e920c fixed changelog Michel Weststrate 2018-01-10 17:28:05 +01:00
  • 13ffc2ce87 v0.5.0 v0.5.0 Michel Weststrate 2018-01-10 17:27:48 +01:00
  • f0121543fd transpile es5 code Michel Weststrate 2018-01-10 17:27:03 +01:00
  • 86b5d8184a v0.4.2 v0.4.2 Michel Weststrate 2018-01-10 09:38:27 +01:00
  • 1c7df26de4 Fixed configurability of array.length on proxies. Fixes #50 Michel Weststrate 2018-01-10 09:33:18 +01:00
  • 29e2258084 Added UMD build Michel Weststrate 2018-01-09 21:36:46 +01:00
  • a119ce3078 0.4.0 Michel Weststrate 2018-01-09 21:24:35 +01:00
  • 014019e4dd Merge pull request #37 from mweststrate/feature/curry 0.4.0 Michel Weststrate 2018-01-09 21:22:05 +01:00
  • 946a2b9b68 Merge branch 'master' into feature/curry Michel Weststrate 2018-01-09 21:20:02 +01:00
  • 821cc3d768 Gave the readme a sane order Michel Weststrate 2018-01-09 21:09:28 +01:00
  • 4ec6076a6b Implemented currying and argument checking Michel Weststrate 2018-01-09 20:15:59 +01:00
  • e3eaceacba immer -> produce. Implements #24 Michel Weststrate 2018-01-09 19:54:43 +01:00
  • 2fee7f99fe 0.3.1 Michel Weststrate 2018-01-09 19:45:12 +01:00
  • 52271735cb Fixed #49 Michel Weststrate 2018-01-09 19:45:02 +01:00
  • 9cb4046b5b Added typings Michel Weststrate 2018-01-09 11:35:47 +01:00
  • 60c3ac7526 improved performance image, fixes #45 Michel Weststrate 2018-01-09 08:53:42 +01:00
  • 0789ed4bdc currying WIP Michel Weststrate 2018-01-05 22:34:35 +01:00
  • 89e0d246c2 Fixed performance images Michel Weststrate 2018-01-08 21:48:20 +01:00
  • 8213948b67 v0.3.0 v0.3.0 Michel Weststrate 2018-01-08 21:47:00 +01:00
  • dfafe54fb3 Updated changelog Michel Weststrate 2018-01-08 21:46:44 +01:00
  • af17663d3c travis file cleanup Michel Weststrate 2018-01-08 21:28:19 +01:00
  • 7f86701641 Updated repo token Michel Weststrate 2018-01-08 21:18:23 +01:00
  • a3b49ffbad Readme cleanup Michel Weststrate 2018-01-08 21:13:16 +01:00
  • a1f5c6a44a Readme improvements Michel Weststrate 2018-01-06 22:33:15 +01:00
  • 227e9533a4 Merge pull request #39 from fkhadra/issue-7-add-badges-and-cdn Michel Weststrate 2018-01-08 21:09:45 +01:00
  • 55ec6d0924 Merge pull request #25 from Gregjarvez/travis Michel Weststrate 2018-01-08 21:08:56 +01:00
  • 975a8258da Merge branch 'master' into travis Michel Weststrate 2018-01-08 21:07:28 +01:00
  • 3fb10b17d9 Merge branch 'master' into travis Michel Weststrate 2018-01-08 21:05:40 +01:00
  • 9c89d5a1dc Merge pull request #40 from Julienng/patch-1 Michel Weststrate 2018-01-08 21:01:50 +01:00
  • 670fcff679 Merge pull request #38 from mweststrate/feature/performance Michel Weststrate 2018-01-08 21:01:10 +01:00
  • e49d0a2bad Added tests Michel Weststrate 2018-01-08 20:04:10 +01:00
  • 97ce2d4cc3 Don't auto add formatted files, it breaks partial commits Michel Weststrate 2018-01-08 20:03:59 +01:00
  • 1fea836544 Added performance explanation Michel Weststrate 2018-01-08 11:51:31 +01:00
  • d750a37419 Added some more performance tests Michel Weststrate 2018-01-08 10:55:09 +01:00