Skip to content

Releases: thorgate/tg-resources

Version 3.3.0 🌈

03 Dec 13:31
Compare
Choose a tag to compare

Changes

  • Use text as the default content type for fetch backend (#118) @Jyrno42

Version 3.2.1 🌈

03 Dec 13:31
7b41bcb
Compare
Choose a tag to compare

Changes

  • Fix superagent resource missing release files @jorgenader

Version 3.2.0 🌈

17 Apr 13:03
465bbc7
Compare
Choose a tag to compare

Changes

🧰 Maintenance

Version 3.1.3

16 Oct 10:44
d7200e9
Compare
Choose a tag to compare
  • Now using TypeScript version 3.6
  • Update dependencies
    • @tg-resources/redux-saga-router now depends on redux-saga@^1.1.1 for better support for typings
  • INTERNAL: Add Prettier for code formatting

Complete list of changes

Version 3.1.2

04 Mar 16:53
Compare
Choose a tag to compare

Fix issue with polyfilled AbortSignal mangle. Thanks @iharthi

Version 3.1.1

12 Feb 07:43
Compare
Choose a tag to compare
  • Fix FetchResponse.wasAborted for react-native. Thank you @Jyrno42
  • Add AbortController polyfill for @tg-resources/fetch-runtime. Thank you @metsavaht
  • Improve typings for route Params. Thank you @metsavaht

Version 3.1.0

31 Jan 12:59
Compare
Choose a tag to compare
  • Split core into separate package @tg-resources/core
  • Package tg-resources is proxy to @tg-resources/core
  • NEW: Add abortable request via AbortController and AbortSignal
  • NEW: Add Resource cancel handling to @tg-resources/redux-saga-router
  • @tg-resources/redux-saga-router now requires redux-saga@1.0.0-rc.0 or later to work correctly with Typescript type annotations
  • Fix handling for no content in @tg-resources/fetch
  • Add option to customize query string serialization in @tg-resources/fetch

Version 3.1.0-beta.1

31 Jan 12:58
Compare
Choose a tag to compare
Version 3.1.0-beta.1 Pre-release
Pre-release
  • Fix handling for no content in @tg-resources/fetch

Version 3.1.0-beta.0

31 Dec 10:05
Compare
Choose a tag to compare
Version 3.1.0-beta.0 Pre-release
Pre-release
  • Split core into separate package @tg-resources/core
  • Package tg-resources is proxy to @tg-resources/core
  • NEW: Add abortable request via AbortController and AbortSignal
  • NEW: Add Resource cancel handling to @tg-resources/redux-saga-router
  • @tg-resources/redux-saga-router now requires redux-saga@1.0.0-rc.0 or later to work correctly with Typescript type annotations

Version 3.0.2

03 Dec 17:50
Compare
Choose a tag to compare

Affected packages:

  • @thorgate/redux-saga-router

New:

  • Add isSagaResource and isSagaResourceInitialized typeguards
  • Add resourceEffectFactory to help with library building