3.0.1 (2021-04-23)
- Release: Trigger release (237aa01)
3.0.0 (2021-02-18)
- tsconfig: Bump tsconfig (1776a26)
- Node: Drop explicit support for Node 8 (595dcdb)
- BFPO: Handle BFPO post town (9614a40)
- Node: Node 8 no longer forms part of CI testing
Any changes, including backwards incompatible changes will be listed here
- Standardise tsconfig
- Standardise tslint
- Apply new code formatting standards
- Move typescript into dev dependencies
- Drop unused dependencies
- Add runkit example
- Reduce package size by dropping
testandmocha.opts
- 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