Skip to content

Latest commit

 

History

History
266 lines (158 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

266 lines (158 loc) · 12.5 KB

v4.1.2 (2021-08-16)

🔼 Dependencies

v4.1.1 (2021-06-11)

🐛 Bug Fixes

🏡 Internal

v4.1.0 (2021-04-20)

🚀 New Features

v4.0.8 (2021-03-26)

🏡 Internal

v4.0.7 (2021-03-15)

🐛 Bug Fixes

v4.0.6 (2021-02-17)

🔼 Dependencies

4.0.5 - 2020-09-03

  • refactor: remove nodash functions & test refactor - @aaarichter #47
    • 2ac79e2 ♻️ chore: update dependencies
    • 4ed2eb1test: use node assert instead of assertive
    • 2e868e3 💚 ci: add node 14 to travis
    • d979d32 ♻️ chore: update dependencies
    • 9891749 📦️ refactor: remove nodash functions
    • 779937etest: fix test promise handling

4.0.4 - 2020-07-20

4.0.3 - 2020-05-10

4.0.2 - 2020-05-06

4.0.1 - 2020-04-30

  • chore: update package and remove unused bluebird pkg - @aaarichter #42
    • 36a7c5a chore: update package and remove unused bluebird pkg

4.0.0 - 2020-04-07

Breaking Changes

  • drop node 8 support due to dependencies

See: ad0263e

Commits

  • refactor: decaf, node 8 deprecation & package upgrades - @aaarichter #41
    • da08155 refactor: decaf /test
    • 651472b refactor: decaf /lib & improve tests
    • 99a61da refactor: safeMerge()
    • 514a840 chore: upgrade cson-parser
    • ad0263e chore: drop node 8 support & upgrade mkdirp
    • 84dcdd1 refactor: replace util.promisify with node promisify
    • 15ab806 chore: ugprade debug
    • 9ad2792 chore: upgrade dev dependencies
    • dd4cdc8 chore: add nyc
    • d0971dd refactor: replace lodash functions
    • a178aaf style: clean code
    • 948dc19 chore: upgrade to rx 4.x
    • e168b42 fix: update travis.yml
    • 49e4f31 docs: update readme

3.1.1

  • default setActive() to write cache files - @dbushong #40
    • 70fb4ea fix: default setActive() to write cache files

3.1.0

  • Allow skipping all tmp files - @jkrems #39
    • ebf18c1 feat: Allow skipping all tmp files

3.0.0

Breaking Changes

None of the methods return Bluebird promises anymore. If a consumer of this library depends on it, they need to refactor to use native promise-based solutions.

See: 5f22f8c

Commits

  • Remove bluebird dependency - @jkrems #38
    • 5f22f8c refactor: Remove bluebird dependency

2.2.2

2.2.1

  • fix: properly bundle all top-level js endpoints - @dbushong #35
    • 89ded1c fix: properly bundle all top-level js endpoints

2.2.0

  • feat: add fileAlternativesContent() handler - @dbushong #34
    • 0c8e56f feat: add fileAlternativesContent() handler

2.1.4

  • Gracefully handle missing dir - @jkrems #33
    • 571d011 fix: Gracefully handle missing dir

2.1.3

  • Consume body of 304 response - @jkrems #32
    • 1453210 fix: Consume body of 304 response

2.1.2

2.1.1

  • stop emitting updates on HTTP 304s - @dbushong #30
    • b5ea890 perf: stop emitting updates on HTTP 304s
    • 4d1a718 chore: update nlm & mocha; rebuild JS
    • 9a8f23b chore: update coffeelint & make code pass

2.1.0

  • feat: allow switching active mode after instantiation - @dbushong #29
    • 115352a feat: allow switching active mode after instantiation

2.0.3

  • Apply latest nlm generator & upgrade to bluebird 3.x - @i-tier-bot #28
    • 55b3a28 chore: Apply latest nlm generator
    • cac9301 fix: Changes for bluebird 3

2.0.2

2.0.1

  • fix: survive invalid json tmpfile on init() - @dbushong #26
    • 7d5c9cc fix: survive invalid json tmpfile on init()

2.0.0

Breaking Changes

We are only testing against node v4 from now on.

See: e782cba

Commits

1.1.0

  • More useful parse errors for files - @jkrems #24

1.0.12

  • fix to resolve store.init if cache = loaded data - @chkhoo #22

1.0.11

  • emit correct @_options to meta - @chkhoo #20
  • fix when store.init errors, fetches from cache & getCurrent is null - @chkhoo #19

1.0.10

  • fix ENOTFOUND error by intercepting init rejection - @chkhoo #18

1.0.9

  • fix getaddrinfo ENOTFOUND by connecting only when subscribed - @chkhoo #17

1.0.8

  • retry upon failure - @chkhoo #14

1.0.7

  • fix fetching data from cache with init - @chkhoo #12

1.0.6

  • fix multiple error events for single onError value - @chkhoo #11

1.0.5

  • fix first error to store.init callback - @chkhoo #9
  • Put more focus on loader options in example - @jkrems #7
  • remove redundant npub tasks & Observable declarations - @chkhoo #6
  • fix err typo in README.md - @chkhoo #3

1.0.4

  • Clean up license headers - @jkrems #2
  • Clear cache when app fails to start - @jkrems #1