Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

44 lines (29 loc) · 3.04 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2023-12-23)

Features

Bug Fixes

  • assignment to constant (be68b2f)
  • errors: argument position (4f42183)
  • interface: poorly applied argument rules (39292c1)
  • interface: var hoisting (b7861f2)
  • missing behave method on type (40b6c29)
  • type: duplicatedly running interface controls (9b08d43)
  • type: instanceof trap variable order (b4a22d2)

1.1.0 (2023-12-18)

Features

Bug Fixes

  • argument name (af0963d)
  • dropping this words (31d0252)
  • helper methods context (cfd4631)
  • infinite loop (657ad98)
  • interface: hide variable names from compiler (4ad12cc)
  • keyed singleton arguments (0b7b0e5)
  • proxified prop value conflicts (9266943)
  • proxified properties conflict (07c85d5)
  • regex improvements & fixings (9227810)
  • unforced type handling (8c47174)
  • wrong ReferenceError message (ea058bf)