Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/router / CHANGELOG.md
Size: Mime:

3.0.0

  • must change react-router-config import

3.0.1 (1.2.14 because mono)

  • changed package.json

3.0.1 (1.2.16 because mono)

  • fix minor typings & typo on .debug

3.0.2 (1.2.17 because mono)

7d75c90a0bdf1ad24105a7dc2988a24059fdb729

  • remove old index typings
  • types on config
  • types on props & state
  • types for props as any
  • minor unused removed
  • fix private class scope
  • export types

3.0.3 (1.2.18 because mono)

  • OneRouterStoreType
  • .observable property moved from reference-store
  • setUrl + url + prevUrl
  • basic test for ^

3.0.4 (1.2.19 because mono)

  • typo on ReadOnly => Readonly

3.0.5 (1.2.20 because mono)

  • add setTapEntries
  • test for setTapEntries

3.0.6 (1.2.21 because mono)

  • log updates

4.0.0

  • drop monorepo version
  • 1dep (unify dependency updates)

4.1.0

  • remove pretty stringify
  • clean up some typings
  • move unused functions and files
  • fix logging
  • remove unused methods & comments
  • add perf todos
  • toJSON for snapshots
  • a couple snapshot tests

5.0.0

  • optimize hasProtocol
  • change dependencies from latest to exact so they do not create warnings on pkgs depending on it
  • add shallowStore for storing non observables
  • use setAsDirty action to mark as dirty
  • subscribe to router.history changes and log if there is one
  • handleRouteChange for ^
  • getSearchParams using EMPTY_OBJ as default
  • prettier log formatting (missing closing ))

6.0.0

  • update deps
  • fixing @computed bug in get full
  • need to fill this in (had something with removing something incompatible)

6.0.1

7.0.0-alpha.1

  • https://jira.skava.net/browse/SKB2B-2152

  • move changelog from readme into changelog.md

  • deps: BREAKING

    • use react-router": "4.4.0-beta.6" & update react version (16.6.1), remove prop-types, add react-testing-library
  • !!! tests

    • context update using OneRouter as it is being used in reference store
    • context update using updated react-router consumer
    • context update using OneRouter consumer
    • exports from dist, exports from src
  • OneRouterToRuleThemAll (minor)

    • create EMPTY_ROUTER
    • change this.router.history => this.history
    • export history we create in OneRouterToRuleThemAll
  • react-router-config & update migration

    • update import paths
  • !! context

    • add new context
      • from react-router (re-export with types)
      • create OneRouterContext
  • unused

    • remove unused extra class OneRouter (Component)
  • typings

    • typings for context