Releases: Turbasen/turbasen.js
Releases · Turbasen/turbasen.js
v1.8.0
<a name"1.8.0">
1.8.0 (2016-06-29)
Features
- api: use secure API endpoints for Nasjonal Turbase (822bdc70)
v1.7.0
<a name"1.7.0">
1.7.0 (2016-05-11)
Bug Fixes
- package: format package repository correctly (85beb484)
Features
- api: follow redirects from Nasjonal Turbase API (68222854)
v1.6.0
<a name"1.6.0">
1.6.0 (2016-02-01)
Bug Fixes
- eslint:
- prefer-arrow-callbacks where possible (12d247a0)
- use template strings for string concatenation (7cdfe83d)
Features
- package: use async-each-map instead of async-each-series dependency (d7c31477)
v1.5.1
<a name"1.5.1">
1.5.1 (2016-01-18)
Bug Fixes
- api: prevent
__no_skip__
being sent as query parameter (f3449739)
- jshint: rewrite internal no_skip constant in camel case (7c3a1467)
v1.5.0
<a name"1.5.0">
1.5.0 (2016-01-18)
Features
- api: add magic
__no_skip__
option to each()
(23c16a72)
v1.4.1
<a name"1.4.1">
1.4.1 (2016-01-13)
Bug Fixes
- api: sort
each()
by _id
to prevent out of order issues when updating documents (73118a19)
v1.4.0
<a name"1.4.0">
1.4.0 (2016-01-12)
Bug Fixes
- jshint:
- split 'let' declarations into multiple statements (90e3611a)
- remove nested ternary expressions (8690f251)
- remove unexpected 'else' after 'return' (3ec52bfd)
- fix missing semicolon (91e27941)
- remove unexpected 'else' after 'return' (b3f8ae2e)
Features
- api: add
util.attribution
helper function (73ce1c65)
v1.3.0
<a name"1.3.0">
1.3.0 (2016-01-12)
Features
- api: make async
each
syncronous (63bb15b6)
v1.2.0
<a name"1.2.0">
1.2.0 (2016-01-08)
Bug Fixes
- eslint: fix reported ESLint errors in source files (203f5249)
- package: format package repository correctly (bdb46c5a)
- test: only itterate over publicly accessible items (3818cc7b)
Features
- api: add async
each()
itterator function (20213804)
v1.0.2
Bug Fixes:
- Encode API types to prevent errors with international characters #1 by @geekus