Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 3 KB

CHANGELOG.md

File metadata and controls

46 lines (38 loc) · 3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Loading of dogescript files in REPL #111
  • Add pawse as an alias to debooger #121
  • Add --run option to repl #122
  • Add increment and decrement operators #123
  • Add commonjs export keyword #131
  • Support comparison operators as expressions #186
  • Support binary operators as expression #191
  • Add property accessor #192
  • Add non line breaking function call terminator #195
  • Add array access operator #197
  • Add an explicit return keyword #208
  • Add ECMA6 class support Class Support Issue
  • Add break keyword #254
  • Add command to exit repl #255
  • Add new unambiguous equality operators #257
  • Added async function support
  • Add generator functions #261

Changed

  • Enable usage of assignment operators as expressions #118
  • Deprecate true-doge mode #122
  • Fix an edge case with plz and json #147
  • Fix object assignment without need for very #184
  • Fix inlined json #188
  • Fix maybe #223
  • Remove ambiguity for post/pre increment/decrement #242
  • Fix npm bin creation #246
  • Fix REPL run cannot run express or long lived processes#271