# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]
- Setup local testing
- Added tests for layouts and romanized module
- Added 'traditional' layout with tests
- Refactor modules for better testability
- Expose availableLayouts function to top level export

## [0.4.2] - 2021-02-15
- Update all npm dependencies except webpack
- Also include minified cjs for production in release

## [0.4.1] - 2020-06-17
- Update all npm dependencies
- Replace master -> main

## [0.4.0] - 2020-04-23
- Bring back the library from the dead
- Start a new orphaned branch
- Start with supporting modern browsers
- Support browsers IE 9, 10 and 11 with babel polyfills
- Lint and format with Prettier and ESLint
- Support UMD, CommonJS and ES6 modules

[Unreleased]: https://github.com/suvash/nepalify/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/suvash/nepalify/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/suvash/nepalify/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/suvash/nepalify/compare/ef47bce9a5446c1dafde4d2f41d1640caf845cc3...v0.4.0
