Packages

ExTealPages is a ExTeal tool for managing static copy on pages

Current section

Files

Jump to
ex_teal_pages CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.7.0](https://github.com/township-agency/ex_teal_pages/compare/v0.6.0...v0.7.0) (2023-10-11)
### Features
* Refactor assets to esbuild, add panels to pages ([#46](https://github.com/township-agency/ex_teal_pages/issues/46)) ([705e819](https://github.com/township-agency/ex_teal_pages/commit/705e819094db73d155ced3360150102bb87f9a86))
## [0.6.0](https://github.com/township-agency/ex_teal_pages/compare/v0.5.0...v0.6.0) (2023-04-25)
### Features
* tidy up pages, prep for release ([#29](https://github.com/township-agency/ex_teal_pages/issues/29)) ([cf08413](https://github.com/township-agency/ex_teal_pages/commit/cf08413d0907b009c6f952fdbf9f3299a7aedcb5))
* use ex_teal policies with pages ([#14](https://github.com/township-agency/ex_teal_pages/issues/14)) ([6e4f9c3](https://github.com/township-agency/ex_teal_pages/commit/6e4f9c37f738953a99533a06bcfe52dcbadcd8f9))
## [0.5.0] - 2021-10-01
### Changed
- Upgrade Teal Dep to 0.16
- Fix Page resource for Policy addition
## [0.4.0] - 2019-01-13
### Changed
- Cast all "true" and "false" strings as booleans.
- Update Teal Dependency
## [0.3.0] - 2019-07-15
### Changed
- Upgrade `ex_teal` to `0.3`
## [0.2.1] - 2019-06-26
### Fixed
- Broken Serializer function
## [0.2.0] - 2019-06-07
### Changed
- Upgrade and Add Assets for `ex_teal` `0.2` changes
## [0.1.1] - 2019-01-14
### Fixes
- Update to Teal 0.1.5 with identifier compatibility
## [0.1.0] - 2018-11-28
### Initial Release