Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 678 Bytes

ReleaseNotes.md

File metadata and controls

16 lines (14 loc) · 678 Bytes

V7 Embedded JavaScript Library Release Notes

Release 1.0, 2015-05-26

  • Implemented hand-written tokenizer and parser
  • Implemented AST-based VM runtime
  • Implemented mark-and-sweep garbage collector
  • Published examples
  • Published documentation with API reference
  • Standard Library is partially implemented. Unimplemented API:
    • global: decodeURI(), decodeURIComponent()
    • Object: seal(), freeze(), isSealed(), isFrozen()
    • Function: bind()
    • Array: concat(), unshift(), forEach(), reduceRight()
    • JSON: replacer argument in stringify() is ignored
  • Auxiliary library is not implemented yet