You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kelpie.jl/CHANGELOG.md

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