Releases: thorgate/tg-resources
Releases · thorgate/tg-resources
Version 4.0.0 🌈
Changes
- feat: Improve typings (#132) @jorgenader
- Removed lodash.template requirement (#117) @Jyrno42
- fixes issue with react-native using hermes engine
- Bump all dependency versions (#126) @Jyrno42
- Added documentation page - https://thorgate.github.io/tg-resources/
BREAKING CHANGES:
- Renamed fetch and post resource method effects to separate methods matching naming pattern Effect
Version 3.3.0 🌈
Version 3.2.1 🌈
Changes
- Fix superagent resource missing release files @jorgenader
Version 3.2.0 🌈
Changes
- feat: Improve typing support (#112) @jorgenader
- Fix typo in documentation (#108) @kant
- Update misleading docs (#106) @jorgenader
- Update @typescript-eslint/parser to the latest version 🚀 (#85) @Greenkeeper
- Update @typescript-eslint/eslint-plugin to the latest version 🚀 (#86) @Greenkeeper
- Update @rollup/plugin-replace to the latest version 🚀 (#103) @Greenkeeper
- Update @rollup/plugin-json to the latest version 🚀 (#102) @Greenkeeper
- Update @rollup/plugin-commonjs to the latest version 🚀 (#100) @Greenkeeper
- Update rollup to the latest version 🚀 (#95) @Greenkeeper
- Update tslib to the latest version 🚀 (#90) @Greenkeeper
- Update @rollup/plugin-node-resolve to the latest version 🚀 (#101) @Greenkeeper
- Update babel7 in group tg-resources to the latest version 🚀 (#93) @Greenkeeper
- Update eslint-plugin-react-hooks to the latest version 🚀 (#98) @Greenkeeper
- Update regenerator-runtime to the latest version 🚀 (#96) @Greenkeeper
- Update @types/uuid to the latest version 🚀 (#92) @Greenkeeper
- Update uuid in group tg-resources to the latest version 🚀 (#91) @Greenkeeper
- Update ts-jest to the latest version 🚀 (#88) @Greenkeeper
- Update @types/jest to the latest version 🚀 (#89) @Greenkeeper
- Update rollup-plugin-typescript2 to the latest version 🚀 (#87) @Greenkeeper
- Update @types/jest to the latest version 🚀 (#80) @Greenkeeper
- Update jest-extended to the latest version 🚀 (#79) @Greenkeeper
- Update @types/node to the latest version 🚀 (#78) @Greenkeeper
- Update prettier to the latest version 🚀 (#72) @Greenkeeper
- Update ts-jest to the latest version 🚀 (#73) @Greenkeeper
- Update lerna to the latest version 🚀 (#71) @Greenkeeper
- Update form-data in group tg-resources to the latest version 🚀 (#70) @Greenkeeper
- Update babel7 in group tg-resources to the latest version 🚀 (#69) @Greenkeeper
- Update tslint-config-standard to the latest version 🚀 (#68) @Greenkeeper
- Update rollup to the latest version 🚀 (#66) @Greenkeeper
- Update rollup-plugin-typescript2 to the latest version 🚀 (#64) @Greenkeeper
- Update rollup to the latest version 🚀 (#63) @Greenkeeper
- Update lerna to the latest version 🚀 (#62) @Greenkeeper
- Update rollup to the latest version 🚀 (#61) @Greenkeeper
- Update rollup to the latest version 🚀 (#55) @Greenkeeper
🧰 Maintenance
- Bump ini from 1.3.5 to 1.3.7 (#109) @dependabot
- Bump node-notifier from 8.0.0 to 8.0.1 (#110) @dependabot
Version 3.1.3
- 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
Fix issue with polyfilled AbortSignal mangle. Thanks @iharthi
Version 3.1.1
- 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
- Split core into separate package
@tg-resources/core
- Package
tg-resources
is proxy to@tg-resources/core
- NEW: Add abortable request via
AbortController
andAbortSignal
- NEW: Add Resource cancel handling to
@tg-resources/redux-saga-router
- ❗
@tg-resources/redux-saga-router
now requiresredux-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
- Fix handling for no content in
@tg-resources/fetch
Version 3.1.0-beta.0
- Split core into separate package
@tg-resources/core
- Package
tg-resources
is proxy to@tg-resources/core
- NEW: Add abortable request via
AbortController
andAbortSignal
- NEW: Add Resource cancel handling to
@tg-resources/redux-saga-router
- ❗
@tg-resources/redux-saga-router
now requiresredux-saga@1.0.0-rc.0
or later to work correctly with Typescript type annotations