Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: modernize addon, add optional Ember mixin props to decorator, testing helper #62

Open
wants to merge 69 commits into
base: master
Choose a base branch
from

Commits on Jun 1, 2021

  1. chore: add nvmrc

    shamrt committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    b87399b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. chore: bump Ember to v3.16

    BREAKING CHANGE: Drop Node v10 support
    shamrt committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    f1f8591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02179c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cba58fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31813a0 View commit details
    Browse the repository at this point in the history
  5. chore: switch to Node 12

    shamrt committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    2c0ae96 View commit details
    Browse the repository at this point in the history
  6. test: replace testdouble with sinon

    better compatibility with ember-auto-import
    shamrt committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    ac00362 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcc4809 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10c7754 View commit details
    Browse the repository at this point in the history
  9. test: tweak TestEm config

    shamrt committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    9a01811 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    abf9202 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e46f4a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    11f833c View commit details
    Browse the repository at this point in the history
  13. chore: migrate to Husky v6

    shamrt committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    2d5c237 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5098b07 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    95f213a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c0518a5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6901871 View commit details
    Browse the repository at this point in the history
  18. chore: add @babel/core peer dependency

    several dependencies complained about it missing
    shamrt committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    9ce7aa8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f5c8831 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bf06d93 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    96780e8 View commit details
    Browse the repository at this point in the history
  22. docs: refactor FC example

    shamrt committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    fe7fac3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    28ffd74 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ad48a1c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    9c47792 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c0ac2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    638e19b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. chore: fix typo

    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    126e1a1 View commit details
    Browse the repository at this point in the history
  2. build: update Travis config

    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    396d3e3 View commit details
    Browse the repository at this point in the history
  3. chore: tidy up ESLint config

    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f96b65c View commit details
    Browse the repository at this point in the history
  4. chore: reorganize npmignore

    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9efe0bb View commit details
    Browse the repository at this point in the history
  5. chore: update license year

    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    bee01d6 View commit details
    Browse the repository at this point in the history
  6. chore: update TS config

    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    bb44dfd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fefabda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fcbe13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fc643a View commit details
    Browse the repository at this point in the history
  10. chore: ignore ESLint cache

    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e7a9c36 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a99f0ba View commit details
    Browse the repository at this point in the history
  12. test: add hooks-based test

    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    971be81 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cba7802 View commit details
    Browse the repository at this point in the history
  14. chore: re-add qunit

    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    de25325 View commit details
    Browse the repository at this point in the history
  15. test: simply test setup

    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1735f95 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2654af2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    249cdfa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bd4bf1b View commit details
    Browse the repository at this point in the history
  19. test: fix service test

    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    4e7e979 View commit details
    Browse the repository at this point in the history
  20. chore: fix tests

    BLOODY  QUNIT!
    shamrt committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    c01ace8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    1c20889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3707f9 View commit details
    Browse the repository at this point in the history
  3. chore: npmignore config files

    shamrt committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    bd63c7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3f422a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8a635d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eaf2f4 View commit details
    Browse the repository at this point in the history
  7. chore: npmignore ESLint cache

    shamrt committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    5785f91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf28b5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    14ecd1b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    71bdcd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56ecdac View commit details
    Browse the repository at this point in the history
  3. test: reorganize test mocks

    shamrt committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    6a8e0f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. fix: handle Ember hash template helper props

    Shane Martin committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    fb5d6af View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. chore: bump caniuse-lite to latest

    Shane Martin committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    628baca View commit details
    Browse the repository at this point in the history
  2. chore: bump and migrate ember-qunit to v5.1.5

    Shane Martin committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    18a0aac View commit details
    Browse the repository at this point in the history
  3. chore: remove ember-template-lint errors

    Shane Martin committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    d35b1b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    89df4b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    1ef44c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1809ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca0c458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41b1ade View commit details
    Browse the repository at this point in the history