Skip to content

Latest commit

 

History

History
91 lines (49 loc) · 4.26 KB

File metadata and controls

91 lines (49 loc) · 4.26 KB
last_commit_released name
ffc2eba8a1d50257608b9456e928bdf199392d40
Fable.Beam

Changelog

All notable changes to this project will be documented in this file.

5.0.0-rc.10 - 2026-03-21

🚀 Features

  • Align Cowboy bindings with cowboy 2.14 module structure (#21) (ffc2eba)

🐞 Bug Fixes

  • Suffix Httpc Emit variables to avoid Erlang scope collisions (#20) (c050d67)

View changes on Github

5.0.0-rc.9 - 2026-03-20

🐞 Bug Fixes

  • Use snake_case keys in Httpc response maps (#18) (032a984)

View changes on Github

5.0.0-rc.8 - 2026-03-18

🐞 Bug Fixes

  • Strip package name prefix from version in publish workflow (#16) (85efdcf)

View changes on Github

5.0.0-rc.7 - 2026-03-18

🐞 Bug Fixes

  • Make Httpc public functions direct Emit bindings (#14) (b9fcd1a)

View changes on Github

5.0.0-rc.6 - 2026-03-18

🚀 Features

  • Add typed bindings for File, Io, Os, Httpc and Erlang date/time (#12) (ba5ac9b)

View changes on Github

5.0.0-rc.5 - 2026-03-16

🚀 Features

  • Add erased opaque types for Erlang Pid, Ref, Atom, TimerRef and TableId (#11) (f88329a)

🐞 Bug Fixes

  • Strip PR reference from version in publish workflow (ad150cf)
  • Target netstandard2.0 instead of net10.0 (#9) (0506adb)

View changes on Github

5.0.0-rc.4 - 2026-03-11

🚀 Features

  • Auto-release on ShipIt PR merge (875273e)
  • Add application module, Cowboy handler and WebSocket bindings (#7) (ece4354)

🐞 Bug Fixes

  • Don't fail publish if GitHub release already exists (74f22bd)

View changes on Github

5.0.0-rc.3 - 2026-03-11

🚀 Features

  • Add Erlang/OTP and Cowboy bindings with build system and CI (ac68580)
  • Configure ShipIt for rc pre-release versioning (#2) (59bc7d3)

5.0.0-rc.2

Features

  • Initial release placeholder