Releases: ShaggyTech/nhtsa-api-wrapper
Releases · ShaggyTech/nhtsa-api-wrapper
v1.1.9
1.1.9 (2020-12-19)
Bug Fixes
- rollup: fix Browser/Universal bundle terser options, remove all comments (29899a3)
v1.1.8
1.1.8 (2020-12-19)
Bug Fixes
- eslint/prettier: code style refactor after recent dep updates (6358d87)
v1.1.6
1.1.6 (2020-09-21)
Bug Fixes
- package.json & yarn.lock to reduce vulnerabilities (83b252e)
v1.1.5
1.1.5 (2020-09-05)
Bug Fixes
- prettier: fix prettier/eslint errors that appeared after updates (f64a28a)
v1.1.4
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
1.1.3 (2020-03-17)
Bug Fixes
- package.json: fix engines field in package.json (#41) (92670b9)
v1.1.2
1.1.2 (2020-03-13)
- Refactor utils/isValidVin module
- Add section to README about offline VIN validation using isValidVin
v1.1.1
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
1.1.0 (2020-03-09)
Features
- api actions: decodeVINValuesBatch NHTSA API Action (27de80c)