Re: Release 0.20.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Release 0.20.0

Vicnet-2
Hello,

I try to update (I have an old existing amber version) amber with:
npm install -g amber-cli

But version show me:
> amber version
Welcome to Amber CLI version 0.101.0 (Amber 0.18.5, NodeJS 4.4.7).

Amber is still in 0.18.5 !

During install, I see:
/usr/lib
├─┬ amber-cli@0.101.0
├── amber@0.20.0

Why amber version don't show 0.20 ?

a+
Vincent


Le dimanche 12 novembre 2017 16:52:46 UTC+1, Herby a écrit :
Hi there!

I released version 0.29.0.

Mainly, things were reorganized / renamed in kernel. Compiled .js files
changed a bit because of that. OTOH, migration helpers (in form of JS
getters / setters spewing deprecation messages) are in place, so old
code from 0.18.x (maybe even 0.17.x) should load fine. OTOH, if you are
still in pre-0.20 Amber, it is advised to bump libraries to newest
version and recompile all your app code to new 0.20.x format. One way to
bump libs is described in
<a href="http://blog.herby.sk/post/how-to-bump-all-your-dependencies" target="_blank" rel="nofollow" onmousedown="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Fblog.herby.sk%2Fpost%2Fhow-to-bump-all-your-dependencies\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGpVVkO3S7OlG-nkJfFUFhwHG6L5Q&#39;;return true;" onclick="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Fblog.herby.sk%2Fpost%2Fhow-to-bump-all-your-dependencies\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGpVVkO3S7OlG-nkJfFUFhwHG6L5Q&#39;;return true;">http://blog.herby.sk/post/how-to-bump-all-your-dependencies. To
recompile your code, you could either run `grunt` from your CLI if you
keep your `Gruntfile.js` up to date; or do `Compiler recompileAll` in
Workspace and after it finishes, commit all packages of your app (do not
commit libs / amber itself), then reload.

Do

   npm -g install amber-cli

to be able to create new projects with `amber init` that use new version.

Remove bower_components directory and run `bower install` in your
project to update your 0.19.0-based projects.

More on the changes in:

   <a href="https://lolg.it/amber/amber/src/0.20.0/CHANGELOG" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Flolg.it%2Famber%2Famber%2Fsrc%2F0.20.0%2FCHANGELOG\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNHL5FMr9CULIQJ9zYz89wOvv6Fd0A&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Flolg.it%2Famber%2Famber%2Fsrc%2F0.20.0%2FCHANGELOG\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNHL5FMr9CULIQJ9zYz89wOvv6Fd0A&#39;;return true;">https://lolg.it/amber/amber/src/0.20.0/CHANGELOG
   <a href="https://lolg.it/amber/amber/src/0.20.0/API-CHANGES.txt" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Flolg.it%2Famber%2Famber%2Fsrc%2F0.20.0%2FAPI-CHANGES.txt\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGwHFSaNd9hKfKn1HAFQ6MWhIu89g&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Flolg.it%2Famber%2Famber%2Fsrc%2F0.20.0%2FAPI-CHANGES.txt\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGwHFSaNd9hKfKn1HAFQ6MWhIu89g&#39;;return true;">https://lolg.it/amber/amber/src/0.20.0/API-CHANGES.txt

Herby

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.