1
0
Fork 0
mirror of https://github.com/MillironX/Kelpie.jl.git synced 2024-11-14 21:43:10 +00:00
Kelpie.jl/CHANGELOG.md
Thomas A. Christensen II a6a79b2f65
Version bump to v0.2.1
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2022-04-06 14:15:46 -05:00

1.3 KiB

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.1 - 2022-04-06

Fixed

  • html_div syntax is now consistent with other functions (#5)

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