github MontFerret/ferret v2.0.0-alpha.54

pre-release6 hours ago

What's Changed

  • debugger: rename stepping commands for clarity and consistency by @ziflex in #1018
  • stdlib(strings): remove legacy string functions and introduce encoding and crypto namespaces 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/universal for native-to-Universal API adaptation by @ziflex in #1029
  • stdlib(objects): add mutable object operations under object::mut by @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 datetime API by @ziflex in #1035
  • stdlib(math): add benchmarks and tests for aggregate functions by @ziflex in #1036
  • stdlib(math): extend the canonical math namespace by @ziflex in #1037
  • stdlib(math): add scalar functions to the canonical math namespace by @ziflex in #1038
  • stdlib(random): introduce the canonical random API by @ziflex in #1039
  • stdlib(random): add choice and shuffle operations 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

Don't miss a new ferret release

NewReleases is sending notifications on new releases.