Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular-redux/store
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: es-improve-set-in-to-support-arrays
Choose a base ref
...
head repository: angular-redux/store
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 48 files changed
  • 9 contributors

Commits on Dec 20, 2017

  1. Clarify Versioning (#498)

    # 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.
    e-schultz authored Dec 20, 2017
    Configuration menu
    Copy the full SHA
    f87e4cb View commit details
    Browse the repository at this point in the history
  2. v7.0.2

    e-schultz committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    1be0a44 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. 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
    e-schultz authored Dec 21, 2017
    Configuration menu
    Copy the full SHA
    88134e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. 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
    rart authored and e-schultz committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    2169480 View commit details
    Browse the repository at this point in the history
  2. 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.
    MaKCbIMKo authored and e-schultz committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    ae9a658 View commit details
    Browse the repository at this point in the history
  3. Changelog (#506)

    e-schultz authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    bfc3b15 View commit details
    Browse the repository at this point in the history
  4. v7.1.0

    e-schultz committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    6ce3e4f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. 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)
    Daniel Busłowicz authored and SethDavenport committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    913662b View commit details
    Browse the repository at this point in the history
  2. Fixes #508 (#510)

    Fixes #508
    ratoaq2 authored and SethDavenport committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    92c017f View commit details
    Browse the repository at this point in the history
  3. 7.1.1 release prep (#512)

    * 7.1.1 release prep
    
    * update changelog
    SethDavenport authored Mar 4, 2018
    Configuration menu
    Copy the full SHA
    9274c21 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. 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
    actra-gschuster authored and SethDavenport committed May 24, 2018
    Configuration menu
    Copy the full SHA
    5ab400f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. V9 prep (#529)

    * 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
    SethDavenport authored May 30, 2018
    Configuration menu
    Copy the full SHA
    f266ecd View commit details
    Browse the repository at this point in the history
  2. package-lock update

    SethDavenport committed May 30, 2018
    Configuration menu
    Copy the full SHA
    0b8e546 View commit details
    Browse the repository at this point in the history
  3. v9

    SethDavenport authored May 30, 2018
    Configuration menu
    Copy the full SHA
    459d67d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Configuration menu
    Copy the full SHA
    e6f4957 View commit details
    Browse the repository at this point in the history
Loading