Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Releases: dhall-lang/Prelude

v3.0.0

16 Oct 03:40
a22da69
Compare
Choose a tag to compare

Breaking changes:

  • Use new Some/None constructors and remove ./Prelude/{Some,None}

New features:

  • Add {Integer,Natural}/toDouble

Other changes:

  • Parenthesize examples to match new default associativity

v2.0.0

31 Aug 14:07
302881a
Compare
Choose a tag to compare

No changes since the last release

v1.0.0

17 Jul 06:25
@f-f f-f
302881a
Compare
Choose a tag to compare

Here we start versioning the language standard on its own.

Previously it was versioned together with the reference implementation, so see here for information on previous breaking changes to the language.

The Prelude (this repo) follows the same versioning scheme, and should be versioned together with the language (as breaking changes will have to propagate here as well).