Packages

Auto-compile Sass to CSS within Phoenix projects without NodeJS

Current section

Files

Jump to
phoenix_sass 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/).
Generated by [Git Changelog](https://github.com/uptech/git-cl).
## Unreleased - now
## [0.1.7] - 2021-02-03
### Added
- check for priv_dir existance.
## [0.1.6] - 2021-01-30
### Added
- github workflow to automate releases
- Github workflow to execute tests on work branches
### Changed
- replace priv search with :code.priv_dir/1 to support releases
- update tests to work with new priv_dir function
### Removed
- Travis-CI config ready for pending service shutdown
## [0.1.5] - 2021-01-30
### Fixed
- ensure transform errors are not swallowed and surfaced correctly
## [0.1.4] - 2021-01-30
### Added
- automated tests with fixtures.
- documentation generation dependencies
- LICENCE file
## [0.1.0] - 2021-01-30
### Added
- basic transform process
- README with setup instructions