Socket
Socket
Sign inDemoInstall

@glimmer/validator

Package Overview
Dependencies
Maintainers
12
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/validator - npm Package Versions

1
1315

0.47.5

Diff

Changelog

Source

v0.47.5 (2020-02-07)

:rocket: Enhancement
  • @glimmer/syntax
    • #1021 chore: improve error for unrecachable statements (@lifeart)
:bug: Bug Fix
  • @glimmer/integration-tests, @glimmer/runtime
Committers: 2
rwjblue
published 0.47.4 •

Changelog

Source

v0.47.4 (2020-01-30)

:bug: Bug Fix
  • @glimmer/integration-tests, @glimmer/syntax
Committers: 1
chancancode
published 0.47.3 •

Changelog

Source

v0.47.3 (2020-01-28)

:bug: Bug Fix
  • @glimmer/bundle-compiler, @glimmer/compiler, @glimmer/debug, @glimmer/dom-change-list, @glimmer/encoder, @glimmer/integration-tests, @glimmer/interfaces, @glimmer/local-debug-flags, @glimmer/low-level, @glimmer/node, @glimmer/object-reference, @glimmer/object, @glimmer/opcode-compiler, @glimmer/program, @glimmer/reference, @glimmer/runtime, @glimmer/syntax, @glimmer/util, @glimmer/validator, @glimmer/vm, @glimmer/wire-format
Committers: 1
rwjblue
published 0.47.1 •

Changelog

Source

v0.47.1 (2020-01-24)

:bug: Bug Fix
  • @glimmer/integration-tests, @glimmer/opcode-compiler, @glimmer/runtime
    • #1012 [BUGFIX] Converts partial meta to template meta in constants pool (@pzuraq)
Committers: 1
rwjblue
published 0.47.0 •

Changelog

Source

v0.47.0 (2020-01-24)

:boom: Breaking Change
  • @glimmer/bundle-compiler, @glimmer/interfaces, @glimmer/opcode-compiler, @glimmer/program, @glimmer/runtime
    • #1011 [PERF] Splits out template metas and serializables in constant pool (@pzuraq)
:bug: Bug Fix
  • @glimmer/validator
Committers: 1
rwjblue
published 0.46.0 •

Changelog

Source

v0.46.0 (2020-01-16)

:boom: Breaking Change
  • @glimmer/integration-tests, @glimmer/opcode-compiler, @glimmer/program, @glimmer/runtime
    • #1009 [BUGFIX] Don't serialize template metas in the JIT constant pool (@pzuraq)
:house: Internal
  • @glimmer/bundle-compiler, @glimmer/compiler, @glimmer/debug, @glimmer/dom-change-list, @glimmer/integration-tests, @glimmer/interfaces, @glimmer/low-level, @glimmer/object-reference, @glimmer/object, @glimmer/opcode-compiler, @glimmer/program, @glimmer/reference, @glimmer/runtime, @glimmer/syntax, @glimmer/validator
    • #1005 Replace imports from own package with relative imports (@Turbo87)
Committers: 2
rwjblue
published 0.45.3 •

Changelog

Source

v0.45.3 (2020-01-06)

:bug: Bug Fix
  • @glimmer/syntax
    • #1006 Ensure spacing before Hash exists when printing with overrides. (@rwjblue)
:house: Internal
  • @glimmer/syntax
    • #1004 syntax/test/plugin-node: Replace relative imports with package imports (@Turbo87)
  • @glimmer/dom-change-list, @glimmer/integration-tests
    • #1003 Use type signatures from @types/qunit and qunit instead of local copy (@Turbo87)
  • Other
Committers: 2
rwjblue
published 0.45.2 •

Changelog

Source

v0.45.2 (2020-01-02)

:rocket: Enhancement
  • @glimmer/syntax
    • #985 Add optional path argument to visitor functions (@Turbo87)
:bug: Bug Fix
:house: Internal
  • Other
  • @glimmer/reference, @glimmer/syntax
Committers: 3
rwjblue
published 0.45.1 •

Changelog

Source

v0.45.1 (2019-12-20)

:bug: Bug Fix
  • @glimmer/util
Committers: 1
rwjblue
published 0.45.0 •

Changelog

Source

v0.45.0 (2019-12-18)

:boom: Breaking Change
  • @glimmer/integration-tests, @glimmer/interfaces, @glimmer/object-reference, @glimmer/object, @glimmer/opcode-compiler, @glimmer/reference, @glimmer/runtime, @glimmer/util, @glimmer/validator
    • #993 [REFACTOR] Refactors while integrating with Ember (@pzuraq)
      • @glimmer/runtime
        • Removed DefaultEnvironment
        • RuntimeEnvironmentDelegate -> EnvironmentDelegate
          • iterable -> toIterator, now returns an IteratorDelegate
        • Changed JitRuntime creation methods to receive EnvironmentOptions instead a document object
        • Added willDestroy component capability. Should generally be avoided, it's just for classic interop.
      • @glimmer/reference
        • Removed MapReference
        • Removed UpdatableReference, replaced it with UpdatableRootReference and IterationItemReference
        • Most references now require the env
        • Refactor property and root references generally, not a complete rewrite, but large enough that embedders should really pay attention to that code and will have to rewrite some things.
        • Major changes
      • @glimmer/validator
        • Simplified meta implementation in general. tagFor and dirtyTagFor have changed decently.
        • Added assertions to tags to prevent incorrect usage
Committers: 2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc