All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updates dependencies
- Updates dependencies
- Removes support for Node.js 14.x
- Adds support for Node.js 20.x
- Updates dependencies
- Adds support for Node.js 18.x
- Removes support for Node.js 12.x (EOL as of April 2022)
- Updates dependencies
- Add support for Node.js 16.x
- Update dependencies
- Updated dependencies
- Updated dependencies
- Fixes two security vulnerabilities
- Fixes two security vulnerabilities
- Updates
.stopAndSearch
function to take a police force identifier, rather than latitude and longitude.
Before:
await UKPD.stopAndSearch('52.629729', '-1.131592')
After:
await UKPD.stopAndSearch('cheshire')
Police force identifiers can be retrieved by calling UKPD.forces()
- Fixes a bug where test files were not compiled correctly
- Drops support for browsers, focusing solely on Node.js
- Browser support has been broken for a while and there is currently no plans to re-introduce it
- Adds complete type definitions for all methods return types
- Adds examples for all available methods
## [1.4.3] - 2020-07-02
- Adds CHANGELOG, changes are tracked here from now on
- First release of the library