Skip to content

Releases: Addepar/ember-json-viewer

v1.0.0-ember-json-viewer: Prepare Release using 'release-plan' (#74)

14 Jan 16:21
073c1eb
Compare
Choose a tag to compare

Release (2025-01-14)

ember-json-viewer 1.0.0 (major)

💥 Breaking Change

  • ember-json-viewer, docs-app, test-app
    • #63 Embroider: Port to v2 format: fully convert to v2 native format (@bantic)

🐛 Bug Fix

  • ember-json-viewer, test-app
    • #65 [fix] bug where an extra comma is added after final object (@bantic)

🏠 Internal

  • Other
  • ember-json-viewer, docs-app, test-app
    • #66 chore: Upgrade from yarn classic (v1.22) to pnpm v10 (@bantic)
    • #62 Embroider: Port to v2 format: part 2: separate docs-app (@bantic)
  • docs-app, test-app
    • #68 tests-app: Include dropped lint rules, avoid linting .node_modules.ember-try (@bantic)
  • ember-json-viewer, test-app
    • #61 Embroider: Port to v2 format: Part 1: separate test-app (@bantic)

Committers: 1

v0.8.1

08 Jan 16:33
Compare
Choose a tag to compare

Breaking Changes

  • breaking: upgrade ember-auto-import to v2 by @bantic in #36
  • [breaking] Drop support for Node < 18, ember < 3.28 by @bantic in #45

This release modernizes the addon to embroider-safe "addon v1" format. It official supports Ember 3.28 and the 4.x LTS releases, but should be considered compatible with Ember 5 and 6+.
This fixes many deprecations (in particular it fixes the property-fallback-lookup deprecation via #49).

There are no consumer-focused breaking changes. Upgrading the addon should "just work", there are no changes that need to be made to consuming apps.

Note: Due to a mistake in releasing, there's no tag for the v0.8.0 release.

All Changes

  • Add a GitHub action to check for unowned files against CODEOWNERS by @navkast in #21
  • Revert "Add a GitHub action to check for unowned files against CODEOWNERS" by @Jonny-Hein in #22
  • Added 3.28 scenario to ember-try by @c69-addepar in #27
  • Bump elliptic from 6.5.3 to 6.6.1 by @dependabot in #30
  • Bump express from 4.17.1 to 4.21.2 by @dependabot in #31
  • Upgrade deprecated github actions by @bantic in #28
  • Create dependabot.yml by @bantic in #29
  • Bump socket.io from 2.3.0 to 2.5.1 by @dependabot in #32
  • Bump follow-redirects from 1.13.0 to 1.15.9 by @dependabot in #33
  • Bump @babel/traverse from 7.12.9 to 7.26.4 by @dependabot in #39
  • Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #40
  • Bump ember-cli-terser from 4.0.1 to 4.0.2 by @dependabot in #43
  • Update many dev dependencies by @bantic in #46
  • Follow-up to #46: Update ember-qunit, eslint + other dev dependencies by @bantic in #47
  • Add prettier, run prettier against all files, lint using prettier by @bantic in #48
  • Fix deprecation: this-property-fallback using ember-no-implicit-this-codemod by @bantic in #49
  • CI: Add support for ember 4.x LTS versions by @bantic in #50
  • Remove this.get usage via eslint --fix by @bantic in #52
  • Templates: Curly->Angle invocation, add ember-template-lint by @bantic in #51
  • Convert to native classes, glimmer components by @bantic in #53
  • [CI] Add embroider-safe, embroider-optimized ember-try scenarios, upgrade some dependencies by @bantic in #42
  • [breaking] Drop support for node < 20 by @bantic in #55
  • Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #57
  • Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #58
  • [dependencies] Upgrade release-* deps to latest by @bantic in #56

New Contributors

Full Changelog: v0.7.0...v0.8.1