File tree Expand file tree Collapse file tree 7 files changed +20
-10
lines changed
Expand file tree Collapse file tree 7 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## 5.0.0-alpha.19 - 2025-12-04
11+
1012### Fixed
1113
12- * [ Python] Fix printf.cont() not applying continuation function when currying (by @dbrattli )
14+ * [ Python] Fix ` printf.cont() ` not applying continuation function when currying (by @dbrattli )
1315
1416### Added
1517
16- * [ Python] Add support for [ <Py.Decorate>] attribute on methods (previously only worked on classes)
17- * [ Python] Add new [ <Py.ClassMethod>] attribute to emit @classmethod instead of @staticmethod
18+ * [ Python] Add support for ` [<Py.Decorate>] ` attribute on methods (previously only worked on classes)
19+ * [ Python] Add new ` [<Py.ClassMethod>] ` attribute to emit @classmethod instead of @staticmethod
1820* [ Python] Added support for Pydantic serialization of core numeric and array types (by @dbrattli )
1921
2022## 5.0.0-alpha.18 - 2025-12-03
Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## 5.0.0-alpha.18 - 2025-12-04
11+
1012### Fixed
1113
12- * [ Python] Fix printf.cont() not applying continuation function when currying (by @dbrattli )
14+ * [ Python] Fix ` printf.cont() ` not applying continuation function when currying (by @dbrattli )
1315
1416### Added
1517
16- * [ Python] Add support for [ <Py.Decorate>] attribute on methods (previously only worked on classes)
17- * [ Python] Add new [ <Py.ClassMethod>] attribute to emit @classmethod instead of @staticmethod
18+ * [ Python] Add support for ` [<Py.Decorate>] ` attribute on methods (previously only worked on classes)
19+ * [ Python] Add new ` [<Py.ClassMethod>] ` attribute to emit @classmethod instead of @staticmethod
1820* [ Python] Added support for Pydantic serialization of core numeric and array types (by @dbrattli )
1921
2022## 5.0.0-alpha.17 - 2025-12-03
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## 5.0.0-beta.3 - 2025-12-04
11+
1012### Added
1113
1214* [ Python] Add support for [ <Py.Decorate>] attribute on methods (previously only worked on classes)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace Fable
22
33module Literals =
44 [<Literal>]
5- let VERSION = " 5.0.0-alpha.18 "
5+ let VERSION = " 5.0.0-alpha.19 "
66
77 [<Literal>]
88 let JS_LIBRARY_VERSION = " 2.0.0-beta.5"
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## 2.0.0-beta.10 - 2025-12-04
11+
12+ * Fable 5.0.0-alpha.19
13+
1014## 2.0.0-beta.9 - 2025-12-03
1115
1216* Fable 5.0.0-alpha.18
Original file line number Diff line number Diff line change 22 "type" : " module" ,
33 "name" : " @fable-org/fable-standalone" ,
44 "private" : false ,
5- "version" : " 2.0.0-beta.9 " ,
5+ "version" : " 2.0.0-beta.10 " ,
66 "main" : " ./dist/bundle.min.js" ,
77 "description" : " Fable compiler" ,
88 "keywords" : [
You can’t perform that action at this time.
0 commit comments