2022-04-04 21:44:04 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to Kelpie.jl 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).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2022-04-06 19:15:46 +00:00
|
|
|
## [0.2.1] - 2022-04-06
|
|
|
|
|
2022-04-06 14:09:02 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- `html_div` syntax is now consistent with other functions ([#5](https://github.com/MillironX/Kelpie.jl/pull/5))
|
|
|
|
|
2022-04-05 21:51:09 +00:00
|
|
|
## [0.2.0] - 2022-04-05
|
|
|
|
|
2022-04-05 21:37:21 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Way more unit tests ([#4](https://github.com/MillironX/Kelpie.jl/pull/4))
|
|
|
|
|
2022-04-05 15:50:37 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Arrays of content replaced with argument splatting ([#2](https://github.com/MillironX/Kelpie.jl/pull/2))
|
|
|
|
|
2022-04-05 20:41:36 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- `html()` now returns an `<html>` node, not just a document ([#3](https://github.com/MillironX/Kelpie.jl/pull/3))
|
|
|
|
|
2022-04-04 21:44:04 +00:00
|
|
|
## [0.1.0] - 2022-04-04
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- New Julia package based on [PkgTemplates.jl](https://github.com/invenia/PkgTemplates.jl)
|
|
|
|
- Functions to create HTML nodes by name
|
|
|
|
- Automatically-generated functions to generate types of HTML nodes
|
|
|
|
|
2022-04-06 19:15:46 +00:00
|
|
|
[unreleased]: https://github.com/MillironX/Kelpie.jl/compare/v0.2.1...HEAD
|
|
|
|
[0.2.1]: https://github.com/MillironX/Kelpie.jl/compare/v0.2.1...v0.2.0
|
|
|
|
[0.2.0]: https://github.com/MillironX/Kelpie.jl/compare/v0.1.0...v0.2.0
|
2022-04-04 21:44:04 +00:00
|
|
|
[0.1.0]: https://github.com/MillironX/Kelpie.jl/releases/tag/v0.1.0
|