Releases: poplanguage/pop
Releases · poplanguage/pop
Release list
v0.1.0-rc.4
Immutable
release. Only release title and notes can be modified.
What's Changed
- fixed typo by @kleeedolinux in #16
- Implement optional flow narrowing, pattern binding, defaulting, and propagation operators without weakening static typing. by @kleeedolinux in #17
- Implement typed iteration and Bubble artifacts by @kleeedolinux in #18
- Finish generalized
forover the nominalIterable<T>andIterator<T>protocols, including deterministicSequenceadapters. Keep arrays fixed-length; provide growth through the accepted growable collection type. by @kleeedolinux in #19 - Close the standard foundation roadmap. by @kleeedolinux in #21
- Enforce canonical multiline XML documentation by @serene1491 in #20
- Expand the portable Pop.Standard foundation by @serene1491 in #22
- Complete native stable generational GC and retained-heap fast paths by @kleeedolinux in #24
- Add experimental eBPF backend and runtime profiles by @OFC-KazzKyy in #23
- Enable daily Pop.Standard use and exact source overloads by @serene1491 in #25
- Complete Sequence conformance and extend portable traversal by @serene1491 in #26
- Add experimental async TCP runtime path by @OFC-KazzKyy in #27
- Update README.md by @kleeedolinux in #28
- Harden scheduler stealing and runtime fault containment by @kleeedolinux in #29
- Complete native async task integration by @kleeedolinux in #30
- Complete the production generational collector by @kleeedolinux in #31
- Update README.md by @kleeedolinux in #33
- Update README.md by @kleeedolinux in #34
- Close some of the remaining accepted first-release gaps for FFI by @kleeedolinux in #32
- Localize the toolchain and expand compiler-backed developer tooling by @serene1491 in #35
- Keep same-Bubble LSP snapshots consistent by @serene1491 in #37
- Mark initialized mature references by @serene1491 in #36
- Close the remaining accepted first-release static-boundary gaps. by @kleeedolinux in #39
- Split toolchain and application licenses by @kleeedolinux in #40
New Contributors
- @OFC-KazzKyy made their first contribution in #23
Full Changelog: v0.1.0-rc.3...v0.1.0-rc.4
v0.1.0-rc.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add typed language foundations for 0.1.0-rc.3 by @kleeedolinux in #15
Full Changelog: v0.1.0-rc.2...v0.1.0-rc.3
v0.1.0-rc.2
What's Changed
- Stdlib files come inside zip now
Full Changelog: https://github.com/poplanguage/pop/commits/v0.1.0-rc.2