What's Changed
- debugger: rename stepping commands for clarity and consistency by @ziflex in #1018
- stdlib(strings): remove legacy string functions and introduce
encodingandcryptonamespaces by @ziflex in #1019 - stdlib(objects): refactor object functions by @ziflex in #1020
- debugger(api): integrate Universal API types and validation by @ziflex in #1021
- lifecycle: add lifecycle management for host services by @ziflex in #1023
- engine: extract the native engine and restore the curated root API by @ziflex in #1024
- bootstrap: add construction orchestration with rollback support by @ziflex in #1025
- engine: refactor session construction and execution ownership by @ziflex in #1027
- api: modularize the public API by @ziflex in #1028
- api: add
pkg/universalfor native-to-Universal API adaptation by @ziflex in #1029 - stdlib(objects): add mutable object operations under
object::mutby @ziflex in #1030 - stdlib(arrays): remove legacy array functions in favor of the canonical API by @ziflex in #1031
- stdlib(objects): preserve legacy global object functions as deprecated compatibility aliases by @ziflex in #1032
- stdlib(collections): add collection factories, iterable counting, and owned transformations by @ziflex in #1034
- stdlib(datetime): remove legacy functions and introduce the canonical
datetimeAPI by @ziflex in #1035 - stdlib(math): add benchmarks and tests for aggregate functions by @ziflex in #1036
- stdlib(math): extend the canonical
mathnamespace by @ziflex in #1037 - stdlib(math): add scalar functions to the canonical
mathnamespace by @ziflex in #1038 - stdlib(random): introduce the canonical random API by @ziflex in #1039
- stdlib(random): add
choiceandshuffleoperations by @ziflex in #1040 - stdlib: remove unnecessary context cancellation checks by @ziflex in #1041
- docs: restructure maintainer documentation by @ziflex in #1042
Full Changelog: v2.0.0-alpha.53...v2.0.0-alpha.54