Technologicat / unpythonic

Supercharge your Python with parts of Lisp and Haskell.
Other
88 stars 3 forks source link

Archive changelogs #43

Closed Technologicat closed 4 years ago

Technologicat commented 4 years ago

Currently changelogs live only on the GitHub releases page.

To keep the history together with the code, it would probably be better to adopt a development process where changelogs are kept in a CHANGELOG.md in the repo.

When a new version is about to be released, that's where to describe the changes (by adding a new section at the top); when the actual release is made, then the relevant section just needs to be copy'n'pasted to the release page.

Technologicat commented 4 years ago

Draft

0.14.1 9 June 2019 - Retrofuturistic edition:

Language version:

New:

Bugfixes:

Non-breaking changes:


0.14.0 18 March 2019 - "Dotting the t's and crossing the i's" edition:

Bugfixes:

New:

Breaking changes:

Non-breaking improvements:


0.13.1 1 March 2019 - "Maybe a slice?" edition

New:

Breaking changes:

Non-breaking improvements:


0.13.0 25 February 2019 - "I'll evaluate this later" edition:

New:

Breaking changes:

Non-breaking improvements:


0.12.0 9 January 2019 - "Metamagical engineering" edition:

What does "metamagical" mean? To me, it means "going one level beyond magic". There is an ambiguity here: on the one hand, the word might mean "ultramagical" - magic of a higher order - yet on the other hand, the magical thing about magic is that what lies behind it is always nonmagical. That's metamagic for you! --Douglas R. Hofstadter, On Self-Referential Sentences (essay, 1981)

New:

Breaking changes:


0.11.1 22 November 2018 - "Cleaning up, vol. 2" edition:

Enhancements:

Breaking change:


0.11.0 15 November 2018 - "Spring cleaning in winter" edition:

New:

Enhancements:

Bugfixes:

Breaking changes:

Other:


0.10.4 29 October 2018 - "573 combo!" edition*:


0.10.3 25 October 2018 - "Small fixes" edition:


0.10.2 24 October 2018 - "Just a few more things" edition:

Bugfixes:


0.10.1 23 October 2018 - "Just one more thing" edition:


0.10.0 23 October 2018 - "0.10.0 is more than 0.9.∞" edition:


0.9.2 9 October 2018 - "Through the looking glass" edition:

The macros implement the multi-expression bodies by inserting a do; this introduces an internal-definition context for local variables. See its documentation in the macro_extras README for usage.

The macro_extras README now includes a table of contents for easy browsability.


0.9.0 5 October 2018 - "Super Syntactic Fortress MACROS" edition:


0.8.8 25 September 2018 - "More spicy" edition:

Changes:

New:

Bugfixes/optimizations:


0.8.7 24 September 2018 - "More iterable" edition:

Changes:

New:


0.8.6 20 September 2018 - "Adding in the missing parts" edition:

New features:

Enhancements:

Bugfixes:


0.8.5 19 September 2018 - "Liberté, égalité, fraternité" edition:


0.8.4 18 September 2018 - "Hunt for the missing operators" edition:

Technical enhancements:


0.8.3 18 September 2018 - "I have always wanted to code in Listhonkell" edition:

For usage examples see test() in it.py.


0.8.2 17 September 2018

New features:

Enhancements:


0.8.1 14 September 2018

New feature:

Enhancements:


0.8.0 12 September 2018

Features:

Bugfix:


0.7.0 4 September 2018


0.6.1 29 August 2018 (hotfix for 0.6.0)

Bugfix:


0.6.0 29 August 2018

New and improved sequencing constructs.


0.5.1 13 August 2018


0.5.0 10 August 2018


0.4.3 9 August 2018


0.4.2 6 August 2018 (hotfix for 0.4.1)


0.4.1 6 August 2018 (hotfix for 0.4.0)


0.4.0 6 August 2018


0.3.0 6 August 2018


0.2.0 3 August 2018


0.1.0 30 July 2018

Initial release.