Skip to content

Latest commit

 

History

History
80 lines (59 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

80 lines (59 loc) · 2.05 KB

Changelog

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.

[5.0.2] - 2024-10-10

  • Updates dependencies

[5.0.1] - 2023-10-03

  • Updates dependencies

[5.0.0] - 2023-06-21

  • Removes support for Node.js 14.x
  • Adds support for Node.js 20.x

[4.1.1] - 2023-03-28

  • Updates dependencies

[4.1.0] - 2022-11-24

  • Adds support for Node.js 18.x

[4.0.0] - 2022-05-13

  • Removes support for Node.js 12.x (EOL as of April 2022)

[3.1.1] - 2022-05-13

  • Updates dependencies

[3.1.0] - 2022-01-13

  • Add support for Node.js 16.x
  • Update dependencies

[3.0.4] - 2021-09-15

  • Updated dependencies

[3.0.3] - 2021-06-03

  • Updated dependencies

[3.0.2] - 2021-02-26

[3.0.1] - 2020-07-22

[3.0.0] - 2020-07-02

  • 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()

[2.0.1] - 2020-07-02

  • Fixes a bug where test files were not compiled correctly

[2.0.0] - 2020-07-02

  • 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

[1.0.0] - 2017-12-06

  • First release of the library