Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Releases: acacode/kinka

Release 3.0.0-alpha.1

22 Jul 10:25
d983cb6
Compare
Choose a tag to compare

Release 2.5.6

03 Feb 02:15
Compare
Choose a tag to compare

Fixed

  • Production builds

[ Commits: > ]

  • build release 2.5.6 [ci skip] (3b91aec)
  • Merge pull request #18 from acacode/next-release (ff1e969)
  • fix: problems with prev. version (9dd82af)
  • Merge pull request #17 from acacode/next-release (bb7c649)
  • Merge remote-tracking branch 'origin/master' into next-release (4b423db)
  • Merge branch 'next-release' of https://github.com/acacode/kinka into next-release (2b09bec)
  • fix: production builds; bump: version to 2.5.5 (2980d3d)
  • feat:internal: updated clean-build and unit-test scripts (205e100)
  • remove dist folder [ci skip] (5545b48)

Release 2.5.4

28 Jan 08:20
Compare
Choose a tag to compare

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 to config ( for kinka.create(config) and kinka.instanceOptions -> kinka.config )
  • Renamed withAuth to credentials 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)

Release 2.0.0

20 Jan 01:53
Compare
Choose a tag to compare

Removed

  • Property body from KinkaRequestOptions (renamed to data)
  • Property abortableKey from KinkaRequestOptions (renamed to cancelToken)

Changed

  • Unit tests for request methods using nock and xmlhttprequest testing libraries
  • Small code refactoring
  • Changed logic in parseResponseData response helper. Currently is not required availability of application/json response headers

Added

  • Unit tests for request helpers:
    • abortRequest
    • createAbortableRequest
    • createRequest
    • getUrl
    • getUrlWithQuery
    • prepareRequestData
    • removeAbortableKey
    • requestIsSuccess
    • setHeaders
    • abortableRequests
    • updateContentType
  • Unit tests for response helpers:
    • createResponse
    • parseResponseData
    • getHeaders
  • extra onDownloadProgress property for KinkaRequestOptions
  • extra onUploadProgress property for KinkaRequestOptions

[ Commits: > ]

  • build release 2.0.0 [ci skip] (4aba2e3)
  • Merge pull request #12 from acacode/next-release (f27e258)
  • fix: codefactor issues (523dfc5)
  • fix: parseResponseData changed logic; test: covered all helpers to unit tests; updated logo (7d1623b)
  • remove some code duplications for unit tests (c2eeb40)
  • ux: revert back logo color pallete (58152d9)
  • ux: color pallete for logo (bade1ec)
  • ux: changed color pallete for logo; test: filled up tests for request helpers (cf6e8b6)
  • ui/ux: updated logo (8e49aa2)
  • test: unit tests for createRequest, getUrl, getUrlWithQuery, prepareRequestData (2091b2b)
  • test: unit tests for createRequest (catching an error) (fd280df)
  • feat: upgrade logo (a9f9567)
  • test: added common unit tests for createRequest helper (cb6be78)
  • feat: decrease helpers size; test: fix tests for createRequest helper (64cfebb)
  • test: unit test for createRequest helper (3424d97)
  • docs: fulfill jsdoc in type definitions file (index.d.ts) (2900618)
  • fix: merge conflicts; docs: updated typings (40c3ea6)
  • remove dist folder [ci skip] (65b9672)
  • BREAKING CHANGE: renamed cancelKey to cancelToken (9a259dd)
  • BREAKING CHANGE: renamed abortableKey to cancelkey; typings: index.d.ts updated; docs: update DOCUMENTATION (2013ae9)
  • docs: updated documentation (9f22730)
  • docs: updated documentation, fix x scroll for table (af8d506)
  • docs: update documentation; typings: update type definitions (54fa5c7)
  • docs: update README and documentation files, typo fixes; typings: update index.d.ts (10abe40)
  • docs: updated README (5dc266a)
  • docs: update README (ec382dd)
  • docs: update README (02beacc)
  • added autoAbortableRequests sample image (10efc5d)
  • added abortableKey image sample (5f17d6f)
  • remove abortableKey sample image (3d65d20)
  • internal: fix sample image (d60c5ad)
  • docs: added more carbon screens with samples (a17455e)
  • Merge branch 'next-release' of https://github.com/acacode/kinka into next-release (6b8add5)
  • feat: onDownloadProgress onUploadProgress extra properties; more in message... (9dbc564)
  • internal: update lock files, set fixed versions (b5d53d2)
  • test: created unit tests for request helpers (6b5606c)
  • test: filled up unit tests for kinka instance (173b0db)
  • docs: update README and logo; test: update response for all request in unit/kinka (465a831)
  • docs: remove br tag in README (92249a0)
  • feat: update logo; test: update unit tests, added jasmine, new request mocks (2f7f296)
  • test: added unit tests for base helpers - parseUrlEncodedForm, includes (ff9c52f)
  • remove .npmrc file (4eb1a18)
  • docs: update CONTRIBUTING and README (691f6bd)
  • docs: update README (9a9853d)
  • feat: reduce min version size; docs: update JSDOC for helpers (b5bc102)
  • feat: reduce parseUrlEncodedForm helper (6fa9d5f)
  • docs: created CONTRIBUTING.md (f08dd05)
  • docs: README (393b9a9)
  • docs: CHANGELOG (fb677fd)
  • docs: README (9befc6b)
  • docs: wrap all code in JSDOC (c73c404)
  • feat: combine all helpers into one file for reduce library size; docs: add JSDOC for most functions in helpers (edcfba6)
  • fix: release-it config (3539941)

Release 1.0.4

14 Jan 21:29
Compare
Choose a tag to compare

Changed

  • Renamed abortableKey to cancelToken for more readability.
  • Small changes in warning deprecation messages

[ Commits: > ]

  • build release 1.0.4 [ci skip] (18f9bf8)
  • Merge pull request #11 from acacode/release/1.0.4 (5c3d9e1)
  • Release kinka 1.0.4 [ci skip] (fa277d8)
  • BREAKING CHANGE: removed 'abortableKey' property; docs: updated documentation, CHANGELOG and typings (c7b7abe)
  • remove dist folder [ci skip] (e3e0cb6)

Release 1.0.3

28 Dec 00:35
Compare
Choose a tag to compare
  • build release 1.0.3 [ci skip] (ab0ada1)
  • Merge pull request #10 from acacode/release/1.0.3 (4f772ae)
  • docs: README (92d7ca7)
  • docs: update CHANGELOG (2926af0)
  • add yarn error log file to gitignore (1acdaf9)
  • remove yarn-log (30d5683)
  • fix: refactor all lib code; fix: did some fixes for transforming response (65717b8)
  • fix: solved bugs with 'includes' base helper (e2840a0)
  • feat: transforming response data before returning to the user (f04223a)
  • docs: revert back two spaces before each list item in CHANGELOG because of stupid codacy (7557ee5)
  • docs: CHANGELOG codacy issues fixes (ad69f45)
  • docs: CHANGELOG typo fixes (4150904)
  • feat: create patch headers helper; fix: move some strings to constants (d2847d0)
  • docs: CHANGELOG (7948466)
  • test: create unit tests for 'valueIs' function (de66ce5)
  • docs: update CHANGELOG (b627acb)
  • fix: preparing data for request (de8e102)
  • update transforming data before request starting (1d6d838)
  • docs: CHANGELOG typo fixes (4b397a6)
  • Merge branch 'master' into release/1.0.3 (44a9a8a)
  • bump version to 1.0.3; docs: CHANGELOG (f42e448)
  • fix: default error value for bad requests (04db6e8)

Release 1.0.2

22 Dec 09:45
Compare
Choose a tag to compare

Release 1.0.1

22 Dec 09:05
Compare
Choose a tag to compare
  • build release 1.0.1 [ci skip] (0e253fd)
  • Merge pull request #8 from acacode/develop (f302f44)
  • Merge branch 'master' into develop (e95b01b)
  • update travis config (5313115)
  • remove dist folder [ci skip] (f94824c)
  • build release 1.0.1 [ci skip] (9d1bf7b)
  • Merge pull request #7 from acacode/develop (a814773)
  • update travis config (f6d3ab8)
  • fix: travis change commit message (5a8b756)
  • Merge branch 'develop' of https://github.com/acacode/kinka into develop (787126f)
  • modified travis (61a4d09)
  • Merge pull request #6 from acacode/develop (7aa83dc)
  • Merge branch 'master' into develop (1d6820d)
  • fix travis config, bump version to 1.0.1 (19e605e)
  • Merge pull request #3 from acacode/develop (4e3aafe)
  • docs: fix CHANGELOG issues (7074eb6)
  • update version to 1.0.0, update travis config (280a288)
  • test bump version for testing after release travis config (4c2fc6b)
  • fix travis config (48f6517)
  • change travis (1815c2a)
  • trying to fix travis (c2d1dd5)
  • travis fix (d63f8f4)
  • update travis config (a113289)
  • fix: update travis config (d40c8c8)
  • fix travis (6bd8f25)
  • Release kinka 0.0.75--alpha [ci skip] (fc0a973)
  • build release 0.0.75--alpha [ci skip] (9157c5c)
  • fix (c038af7)
  • Release kinka 0.0.70--alpha [ci skip] (6ad4727)
  • fix travis (4ac9a33)
  • bump version again :C, fix travis (c033eb0)
  • fix travis (6a103b3)
  • bump version (be66644)
  • fix travis (29da08b)
  • bump version (56739f4)
  • bump version (126f29b)
  • fix travis config remote set-url (1c92912)
  • remove dist folder (c6a52f3)
  • fix: travis config (654a965)
  • dist (31f1044)
  • fix: travis config (51f4327)
  • fix travis (0441f7c)
  • remove comments from travis config (c06973a)
  • update travis config (0fa155d)
  • bump: version update to .58; update yarn.lock (6568952)
  • removed: unused test files; docs: created CHANGELOG.md (8fc4e1c)
  • fix travis (bbe1b11)
  • fix: solve problems with production files (af39458)
  • fix: merge conflicts (ac70b23)
  • bump version to revert alpha changes (dae0ecd)
  • fix: travis config (1014b66)
  • fix: merge conflicts (cd52d1d)
  • fix: return warning (35c751e)
  • fix: release-it, travis configs (5102b0d)
  • bump: version (ba34843)
  • fix travis config (e75707e)
  • update travis config (19330a8)
  • bump version to .56-alpha for testing travis npm publishing (933edd8)
  • bump version to .55-alpha, update release-it config (00556c5)
  • try to trigger travis build (ab28b03)
  • test: added unit tests for parseJSON, isUndefined base helpers (23d9c2b)
  • Merge branch 'test/test-base-configuration' of https://github.com/acacode/kinka into test/test-base-configuration (be863ed)
  • test: wrapped unit tests for 'merge', 'isObject' base helpers (7105dfd)
  • Merge branch 'master' of https://github.com/acacode/kinka (5867348)
  • Merge branch 'develop' into test/test-base-configuration (141d9f8)
  • docs: update README; fix: add warnings for deprecation; version: bump to 0.0.53--alpha (c6dc880)
  • Merge branch 'master' into develop (4b61f2c)
  • Update README.md (ddc5f42)
  • Merge remote-tracking branch 'origin/develop' into test/test-base-configuration (c0c9287)
  • test: filled up tests for some things in kinka.js (9d8737a)
  • test: added common unit tests for methods and custom methods (8bb47c4)
  • docs: README (a5bbde7)
  • docs: updated README (569e01b)
  • docs: short fix README (d4ebbfa)
  • docs: updated README (9876268)
  • travis: updated config, added unit-test script (830b798)
  • test: updated unit tests for basic methods and created for custom methods (3726f03)
  • Update README.md (82dc3e5)
  • Update README.md (5403b3c)
  • Update README.md (aeb713d)
  • fix: package lock file version (6ad25ea)
  • feat: bump version (107f7a2)
  • docs: documentation fix (bff17d0)
  • docs: documentation fix (ed29800)
  • docs: documentation fix (baac9cb)
  • docs:fix: horizontal scroll (128eb39)
  • docs: updated documentation (ec7c094)
  • docs: added InstanceOptions interface to documentation, updated type definitions; fix: changed arguments for inspectors (65d1198)
  • Merge branch 'master' of https://github.com/acacode/kinka (5cf3d3a)
  • feat: added inspectors and auth mixin; fix: problem with sending form data in body (3d50088)
  • Update README.md (5123466)
  • docs: fix documentation (7c02560)
  • Merge branch 'master' of https://github.com/acacode/kinka (ea5f015)
  • docs: README; chore: bump version (3de7cd1)
  • Update documentation.md (e377a5a)
  • update build (8d0e6ef)
  • up version (d743902)
  • fix: expression with loading prod or dev build; docs: typings and updated documentation (added all and abort); feat: kinka.abort (cfaf778)
  • Merge branch 'master' of https://github.com/acacode/kinka (0a99d63)
  • docs: updated documentation, added examples; docs: updated typescript definitions (67c6ff6)
  • Set theme jekyll-theme-slate (4c18da4)
  • fix:docs: README.md (6bfcbf3)
  • feat: up version, update lock files (9fd1455)
  • Merge branch 'master' of https://github.com/acacode/kinka (c61c504)
  • Rename DOCUMENTATION.md to documentation.md (44fa627)
  • Merge branch 'master' of https://github.com/acacode/kinka (da36f66)
  • docs: type fixes in documentation.md; refactor: reduce minified version size; feat: added typescript defintions; feat: added common properties to response object (7024ca9)
  • Update DOCUMENTATION.md (1df48bf)
  • docs: documentation.md - remove weird MethodPath interface, type fix at 10 codeline (fc65489)
  • refactor:; docs: update general documentation, type fixes; fix: set fixed count instance option properties (0a1fa65)
  • version: .43--alpha; feat: update response object; fix: arguments for put, patch methods (c0400a1)
  • docs: attach link to jsfiddle in README (440c770)
  • fix: minified project dist files; docs: text description in package.json (7520a34)
  • version: up to .41--alpha (12111d3)
  • fix: webpack config build; feat: new properties for response object (ee12a02)
  • docs: updated README, added LICENSE (4c03650)
  • Merge branch 'master' of https://github.com/acacode/kinka (d4e1917)
  • docs: updated documentation (interfaces: MethodOptions, MethodPath); feat: renamed 'isProtected' option to 'withAuth' (24fb044)
  • Update README.md (7514e1d)
  • docs: update DOCUMENTATION, renaming readme to documentation in docs folder, html code refactor (cd73326)
  • Merge branch 'master' of https://github.com/acacode/kinka (8d5b82b)
  • docs: minor documentation fix (75a77db)
  • Set theme jekyll-theme-minimal (760e582)
  • docs: documentation, text about minified version (c87d8b3)
  • docs: README - fixed library status icons (c2bab8e)
  • feat: up project version to alpha 0.0.40 (e837855)
  • feat: update minified js file (7b39460)

pre-release (0.0.53--alpha)

19 Dec 14:32
Compare
Choose a tag to compare
Pre-release
Merge branch 'master' of https://github.com/acacode/kinka