-
Notifications
You must be signed in to change notification settings - Fork 200
Comparing changes
Open a pull request
base repository: angular-redux/store
base: es-improve-set-in-to-support-arrays
head repository: angular-redux/store
compare: master
- 15 commits
- 48 files changed
- 9 contributors
Commits on Dec 20, 2017
-
# Which Version to use? ## Angular 5+ Use `@angular-redux/store@^7` - this version supports Angular 5, and also changes to using lettable operators. Any new major releases will released on the v7 branch and with the `@latest` tag for final publishes. ## Angular 4 or lower Use `@angular-redux/store@^6` - This supports Angular 4 and earlier. # Support for `@angular-redux/store@6`? Where possible, I will be maintaining and applying any fixes / enhancements for v7 into v6 where it does not introduce a breaking change. I made a few mistakes trying to publish fixes / etc to two major versions, which caused some releases to get tagged incorrectly and caused some confusion. Sorry for any confusion this has caused, and will do better on avoiding this in the future, and being more transparent with the releases that are going out.
Configuration menu - View commit details
-
Copy full SHA for f87e4cb - Browse repository at this point
Copy the full SHA f87e4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be0a44 - Browse repository at this point
Copy the full SHA 1be0a44View commit details
Commits on Dec 21, 2017
-
Setup Prettier and pre-commit hook (#499)
* Change tslint settings to be compatible with prettier * Ran prettier on code * Setup husky and lint-staged to auto-run prettier pre-commit
Configuration menu - View commit details
-
Copy full SHA for 88134e4 - Browse repository at this point
Copy the full SHA 88134e4View commit details
Commits on Jan 20, 2018
-
Adding a way for @dispatch methods to return a value that won't trigg…
…er a dispatch (#497) * Adding a way for methods that use the `@dispatch` decorator to return a value that won't trigger a dispatch so they can conditionally dispatch based on any logic that suits the need * Update dispatch.ts
Configuration menu - View commit details
-
Copy full SHA for 2169480 - Browse repository at this point
Copy the full SHA 2169480View commit details -
Add possibility to access component scope inside of 'transformer' fun…
…ction (#500) * Add possibility to access component scope inside of 'transformer' function. * Fix linting error. * Fix linting error.
Configuration menu - View commit details
-
Copy full SHA for ae9a658 - Browse repository at this point
Copy the full SHA ae9a658View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfc3b15 - Browse repository at this point
Copy the full SHA bfc3b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce3e4f - Browse repository at this point
Copy the full SHA 6ce3e4fView commit details
Commits on Mar 4, 2018
-
Fixing Fractal Stores issue with ImmutableJS (#511)
* Updating package-lock.json to fix install/build issues * Make setIn use internal setIn of an object if it exists (fixes #463)
Configuration menu - View commit details
-
Copy full SHA for 913662b - Browse repository at this point
Copy the full SHA 913662bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92c017f - Browse repository at this point
Copy the full SHA 92c017fView commit details -
* 7.1.1 release prep * update changelog
Configuration menu - View commit details
-
Copy full SHA for 9274c21 - Browse repository at this point
Copy the full SHA 9274c21View commit details
Commits on May 24, 2018
-
angular 6, redux 4, rxjs 6 (#527)
* Upgraded to angular 6, redux 4, rxjs 4 * Delete yarn.lock * Fixed tslint * Latest fixes * Fixed docs URLs... ...by adding typedoc plugin and specifying base URL in package.json * Fixed spacing * Prettier * Downgraded TypeScript to 2.7.2 for testing purposes * Downgraded further dependencies for testing purposes * Fixes for downgraded deps * Further fixes for downgraded deps * Fixed documentation links
Configuration menu - View commit details
-
Copy full SHA for 5ab400f - Browse repository at this point
Copy the full SHA 5ab400fView commit details
Commits on May 30, 2018
-
* sync lockfiles * version 8 beta 0 * doc gen * v9 - v8 was a botched release several months ago * remove yarn.lock - this is an npm repo * update readme * more readme updates * fix doc links * v9
Configuration menu - View commit details
-
Copy full SHA for f266ecd - Browse repository at this point
Copy the full SHA f266ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b8e546 - Browse repository at this point
Copy the full SHA 0b8e546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 459d67d - Browse repository at this point
Copy the full SHA 459d67dView commit details
Commits on Jul 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e6f4957 - Browse repository at this point
Copy the full SHA e6f4957View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff es-improve-set-in-to-support-arrays...master