Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[1.3.0] - 2024-06-02

New features

  • Made internal Empty and Of classes public.

CI/CD

  • Improved testing on CI.

Internal

  • Upgraded dependencies.

1.1.0 - 2023-09-22

New features

  • Added an optional property decorator. See usage document for details.

1.0a6 - 2023-04-24

  • Changed build documentation step display name.

1.0a5 - 2023-04-24

  • Changed publish workflow to use gh-deploy command.

1.0a4 - 2023-04-24

  • Fixed publish workflow to publish on tags insthead of github releases.

1.0a3 - 2023-04-24

Fixes

  • Fixed publishing workflow to set the version before building the package.

1.0a2 - 2023-04-24

Hotfix release, fixing publish workflow.

1.0a1 - 2023-04-24

This is the initial release.

Features

  • Added Optional object.
  • Added tests to reach 100% coverage.

Documentation

  • Added basic documentation.