# Change Log

This file contains the documentation on the notable changes and bug fixes, and
is formatted following this [standard](https://keepachangelog.com/en/1.0.0/).
This project also adheres to [Semantic Versioning](https://semver.org/).

## [1.2.1] - 2020-07-10

- Upgrade `namefully` dependency to its latest.

## [1.2.0] - 2020-07-10

- Make `namefully` available as:
  - Component: `<ngx-namefully ...></ngx-namefully>`
  - Service: `NamefullyService`
  - Directive: `ngxNamefully`
  - Pipe: `| namefully`

## [1.1.0] - 2020-07-05

- Switch to MIT License
- Make readme available on NPM
- Make all the API methods available
- Make the birth name the default output for pipe

## [1.0.0] - 2020-04-03

Initial version

[1.2.1]: https://github.com/ralflorent/namefully-ng/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/ralflorent/namefully-ng/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/ralflorent/namefully-ng/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/ralflorent/namefully-ng/releases/tag/v1.0.0
