Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 1.61 KB

File metadata and controls

61 lines (32 loc) · 1.61 KB

3.0.1 (2021-04-23)

Bug Fixes

  • Release: Trigger release (237aa01)

3.0.0 (2021-02-18)

Bug Fixes

  • tsconfig: Bump tsconfig (1776a26)

chore

  • Node: Drop explicit support for Node 8 (595dcdb)

Features

  • BFPO: Handle BFPO post town (9614a40)

BREAKING CHANGES

  • Node: Node 8 no longer forms part of CI testing

Changelog

Any changes, including backwards incompatible changes will be listed here

2.0.3 (14/03/2019)

  • Standardise tsconfig
  • Standardise tslint
  • Apply new code formatting standards

2.0.2 (12/02/2019)

  • Move typescript into dev dependencies
  • Drop unused dependencies
  • Add runkit example

2.0.1 (08/06/2018)

  • Reduce package size by dropping test and mocha.opts

2.0.0 (08/06/2018)

  • Breaking Change. Module now exports an object with a capitalisation function
// New import method

const { capitalisePostTown } = require("capitalise-post-town");
  • Breaking Change. Location of compiled javascript moved to dist/index.js
  • Typings file available