Release 0.30.2

45 views
Skip to first unread message

Herby Vojčík

unread,
Jul 18, 2021, 12:37:35 PM7/18/21
to Amber ML
Hello everyone!

================
ANNOUNCEMENT
================

New patch version release is out, the 0.30.2

TL;DR:

npm -g install @ambers/cli

and your new projects will be created with new version.
For cases where npm think it knows better (and new project is still
based on older version, find out in package.json), try:

npm -g install @ambers/cli -f

and if even that does not help, this should:

npm -g uninstall @ambers/cli -f
npm cache clean -f
npm -g install @ambers/cli -f


===================
THE CHANGES
===================

From CHANGELOG:

* Fixes bug in ifTrue: / ifFalse: inlining.

================
UPGRADE PROJ
================

To upgrade your not too old project, this should suffice:

npm install @ambers/lang@^0.30.2
grunt

The mechanical, though needing a bit of tools expertise, although
working, way to do the upgrade of older project is to create new project
with `amber init` with the same name as the old project, copy the files
over to old project, and go over the diffs (shown by git / IDE / both)
manually.

Herby
Reply all
Reply to author
Forward
0 new messages