Skip to content

Releases: ShaggyTech/nhtsa-api-wrapper

v1.1.9

19 Dec 22:51
Compare
Choose a tag to compare

1.1.9 (2020-12-19)

Bug Fixes

  • rollup: fix Browser/Universal bundle terser options, remove all comments (29899a3)

v1.1.8

19 Dec 22:24
Compare
Choose a tag to compare

1.1.8 (2020-12-19)

Bug Fixes

  • eslint/prettier: code style refactor after recent dep updates (6358d87)

v1.1.7

18 Dec 23:37
Compare
Choose a tag to compare

1.1.7 (2020-12-18)

  • chore: dependency updates

  • ci/cd: switch from Travis-Ci -> Github Actions workflows

v1.1.6

21 Sep 00:56
Compare
Choose a tag to compare

1.1.6 (2020-09-21)

Bug Fixes

  • package.json & yarn.lock to reduce vulnerabilities (83b252e)

v1.1.5

05 Sep 06:57
Compare
Choose a tag to compare

1.1.5 (2020-09-05)

Bug Fixes

  • prettier: fix prettier/eslint errors that appeared after updates (f64a28a)

v1.1.4

26 Apr 05:55
Compare
Choose a tag to compare

1.1.4 (2020-04-26)

Bug Fixes

  • typescript: export API Action types via ActionTypes in index.d.ts (6b7a781)
  • typescript: remove Error type from all Promise like method returns (9d44334)

v1.1.3

17 Mar 05:35
Compare
Choose a tag to compare

1.1.3 (2020-03-17)

Bug Fixes

  • package.json: fix engines field in package.json (#41) (92670b9)

v1.1.2

13 Mar 02:55
Compare
Choose a tag to compare

1.1.2 (2020-03-13)

  • Refactor utils/isValidVin module
  • Add section to README about offline VIN validation using isValidVin

v1.1.1

11 Mar 04:32
Compare
Choose a tag to compare

1.1.1 (2020-03-11)

Types

  • api actions: Types for DecodeVin... style API actions now contain the exact type of objects returned from those actions in the Response.Results array. 1e437d4. See HERE as an example.

v1.1.0

09 Mar 06:36
Compare
Choose a tag to compare

1.1.0 (2020-03-09)

Features

  • api actions: decodeVINValuesBatch NHTSA API Action (27de80c)