dwyl / learn-phoenix-framework

:fire: Phoenix is the web framework without compromise on speed, reliability or maintainability! Don't settle for less. :rocket:
646 stars 45 forks source link

Phoenix 1.4.0 Released! πŸŽ‰ #118

Closed nelsonic closed 2 years ago

nelsonic commented 5 years ago

https://phoenixframework.org/blog/phoenix-1-4-0-released πŸš€ If you are using Phoenix for any project (personal or work) this is a must read!

HN thread: https://news.ycombinator.com/item?id=18402634 πŸ’¬ (good buzz from wider web dev community)

Also, Phoenix LiveView is going to be game-changing! πŸ¦„ https://twitter.com/chris_mccord/status/1059273315666350080

Todo

Update the following Phoenix Examples to 1.4:

There shouldn't be much to change/update, we just need to run through each example using 1.4 and confirm that everything still works as expected.

nelsonic commented 5 years ago

@SimonLab yesterday you mentioned that you were considering looking at the encryption and append-only log examples to refresh your Phoenix knowledge (after having done 4 months on a Node.js project) πŸ™„

Please pick one of those and go through it using Phoenix 1.4. Please make any necessary updates to the guide to make it 1.4-compatible. I have done this for the Chat example: https://github.com/dwyl/phoenix-chat-example/pull/12 + https://github.com/dwyl/phoenix-chat-example/pull/13 only a handful of updates were required.

nelsonic commented 2 years ago

Meanwhile most of our Apps have been upgraded/updated to Phoenix 1.6 e.g: https://github.com/dwyl/phoenix-chat-example/pull/62 πŸš€ Closing this. βœ