Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 1.59 KB

Changelog

This file summarizes changes to the project over time.

The format is based on Keep a Changelog.

Each version is in the format major.minor. minor and major increments are subject to the author's interpretation of the words, but generally mean that major changes have "bigger" impact than minor changes. That said, breaking changes have no relationship to version numbers. By policy, any breaking change is simply avoided unless there's a good reason to introduce one. It's too difficult to draw a reliable relationship, since some breaking changes are meant to prepare intended functionality (e.g. fixing incorrect module level contracts, see v1.6). The social contract is that you should not upgrade until you have reason to do so, and if you are starting out with this project, you should use the latest version.

[3.0] - 2021-01-08

  • Refactor for use with Xiden

[2.0] - 2020-04-23

  • Refactor to multi-package solution centered around a module resolver.

Unreleased (1.x)

  • Add reactive model in reactive.rkt
  • Reorganize docs to emphasize models
  • Divided source into several multi-collection packages.
  • Add reactive asset definitions in modular.rkt.
  • Expand policy.rkt to include helpers for reactive.rkt.
  • Reorganize filesystem to support many packages.

1.0 - 2019-11-21

  • Add #:strict? keyword argument to compiler