This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
Release 2.5.4
Added
- Warnings/Checks linked with non valid type or empty value for develop kinka version
- Extra builds with the partially
Promise
support - method
kinka.clone()
to copy current kinka instance - Manual tests
credentials
property can be seated in kinka instance
Changed
- [internal] Creating of new kinka instance ( methods always will be binded to instance )
- [internal] Renamed
instanceOptions
toconfig
( forkinka.create(config)
andkinka.instanceOptions
->kinka.config
) - Renamed
withAuth
tocredentials
for more name readability
Fixed
- Typo fixes in
README.md
[ Commits: > ]
- build release 2.5.4 [ci skip] (10ca123)
- Merge pull request #14 from acacode/next-release (caf258a)
- docs: fix logo in README for examples (e28cd57)
- docs: fix README md (c4d49d1)
- docs: added README for examples (2da6589)
- chore: added kinka example; test: a bit changes in manual tests (54781ac)
- docs: CONTRIBUTING (dfded8c)
- docs: update DOCUMENTATION; docs: CHANGELOG; bump: version 2.5.4 (9398a6c)
- internal: removed dist folder (65cba88)
- fix: unit tests for kinka (656d0a0)
- docs: CHANGELOG (8978302)
- BREAKING CHANGE: kinka.copy() method; BREAKING CHANGE: renamed 'instanceOptions' to 'config'; fix: always binded methods to current instance (5492767)
- Merge branch 'develop' into next-release (cd1a6f6)
- chore: bump version to 2.0.1 (27e2ed0)
- BREAKING CHANGE: renamed property 'withAuth' to 'credentials' (07c02da)
- prepare kinka.js to new changes (ed9e0f6)
- test: update manual tests (8ece85e)
- docs: update JSDOC for the kinka instance (666c932)
- test: update manual tests engine (77f3a95)
- Merge branch 'feature/catching-network-errors' into next-release (83b5f47)
- test: added requests with cancelToken for manual tests (1f42d05)
- fix: error messages for CORS requests and network errors (9b82181)
- internal: changed onreadystatechange to onloadend in createRequest (cbde1ff)
- feat: hot reload for test-server script; fix: ui fixes for manual test html files (875ace2)
- feat: created server and html files for manual testing (2133027)
- refactor: code for promise polyfill (f00bd65)
- docs: CHANGELOG (0f800a5)
- Merge branch 'feature/non-promised-builds' into next-release (45f2ef7)
- test: created sketches for manual testing (dad9b03)
- chore: removed dist folder (8256475)
- feat: created custom promise polyfill (2f98d9b)
- feat: create promise.js file with polyfill (raw); fix: removed unused / blocks (c8b3c96)
- fix: merge conflicts (ace806c)
- chore: update webpack config (32b9724)
- feat: created custom-minify non-promise js loaders; feat: added specific non promised code; feat: updated webpack config (ed70c9f)
- ci: switch unit-test and build commands; fix: unit tests (a2ec22d)
- fix: removed some parameter from typeCheck internal dev helper (4a1c1b6)
- fix:internal: calling npm scripts in package.json (3135ba3)
- docs: CHANGELOG (9db0767)
- Merge remote-tracking branch 'origin/feature/logging-helpers-params' into next-release (6d00d82)
- feat:test: unit-tests for all kinka versions (min, dev, orig); fix: production-js-loader (d8721f7)
- fix: production build, dev code blocks (ff0a0c0)
- fix: production js loader (c69ba5c)
- fix: merge conflicts (1d98b66)
- feat: added common type checks for createRequest and kinka instance; fix: production js loader (23af5ad)
- feat: added type checks for custom methods; fix: reg exp for procces env production in custom js loader (fba5f47)
- fix: remove debug code (f874706)
- fix: fix empty check function always display warning; test: fixed unit tests (5358478)
- feat: added empty check function (5045bd5)
- feat: production js loader added removing typeCheck function (e53f49a)
- fix: production js loader; fix type checks in kinka instance (f40dc56)
- feat: added custom js loader; feat: created typeCheck log helper (f8924b4)
- docs: updated README (b8ddf1f)
- type checks for createRequest and kinka class (9f9e1f3)
- remove dist folder [ci skip] (69018e2)