mirror of
https://github.com/MillironX/Kelpie.jl.git
synced 2024-11-14 05:33:09 +00:00
Thomas A. Christensen II
8fd2e7c802
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
1,008 B
1,008 B
Changelog
All notable changes to Kelpie.jl will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
[0.2.0] - 2022-04-05
Added
- Way more unit tests (#4)
Changed
- Arrays of content replaced with argument splatting (#2)
Fixed
html()
now returns an<html>
node, not just a document (#3)
0.1.0 - 2022-04-04
Added
- New Julia package based on PkgTemplates.jl
- Functions to create HTML nodes by name
- Automatically-generated functions to generate types of HTML nodes