Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. 1.2.2
  2. - Fix RollupJS reexports bug (https://github.com/guybedford/cjs-module-lexer/pull/59)
  3. 1.2.1
  4. - Support Unicode escapes in strings (https://github.com/guybedford/cjs-module-lexer/pull/55)
  5. - Filter export strings to valid surrogate pairs (https://github.com/guybedford/cjs-module-lexer/pull/56)
  6. 1.2.0
  7. - Support for non-identifier exports (https://github.com/guybedford/cjs-module-lexer/pull/54, @nicolo-ribaudo)
  8. 1.1.1
  9. - Better support for Babel reexport getter function forms (https://github.com/guybedford/cjs-module-lexer/issues/50)
  10. - Support Babel interopRequireWildcard reexports patterns (https://github.com/guybedford/cjs-module-lexer/issues/52)
  11. 1.1.0
  12. - Support for Babel reexport conflict filter (https://github.com/guybedford/cjs-module-lexer/issues/36, @nicolo-ribaudo)
  13. - Support trailing commas in getter patterns (https://github.com/guybedford/cjs-module-lexer/issues/31)
  14. - Support for RollupJS reexports property checks (https://github.com/guybedford/cjs-module-lexer/issues/38)
  15. 1.0.0
  16. - Unsafe getter tracking (https://github.com/guybedford/cjs-module-lexer/pull/29)
  17. 0.6.0
  18. - API-only breaking change: Unify JS and Wasm interfaces (https://github.com/guybedford/cjs-module-lexer/pull/27)
  19. - Add type definitions (https://github.com/guybedford/cjs-module-lexer/pull/28)
  20. 0.5.2
  21. - Support named getter functions (https://github.com/guybedford/cjs-module-lexer/pull/26)
  22. 0.5.1:
  23. - Feature: Implement specific reexport getter forms (https://github.com/guybedford/cjs-module-lexer/pull/25)
  24. 0.5.0
  25. - Breaking Change: No longer emit Object.defineProperty exports (https://github.com/guybedford/cjs-module-lexer/pull/24)
  26. - Doc: Update link to WASI SDK (https://github.com/guybedford/cjs-module-lexer/pull/19)
  27. 0.4.3
  28. - Support for Babel 7.12 reexports (https://github.com/guybedford/cjs-module-lexer/pull/16)
  29. - Support module.exports = { ...require('x') } reexports (https://github.com/guybedford/cjs-module-lexer/pull/18)
  30. - "if" keyword space parsing in exports matching (https://github.com/guybedford/cjs-module-lexer/pull/17)