Skip to content

Latest commit

Β 

History

History
450 lines (346 loc) Β· 26.1 KB

CHANGELOG.md

File metadata and controls

450 lines (346 loc) Β· 26.1 KB

v0.1.2 (2020-06-22)

πŸ› Bug Fix

  • cli
    • #513 Output correct generators list on missing generator (@scalvert)

Committers: 2

v0.1.1 (2020-06-17)

πŸ’₯ Breaking Change

  • checkup-plugin-ember-octane, checkup-plugin-ember, checkup-plugin-javascript, cli, core

πŸš€ Enhancement

  • checkup-plugin-ember, checkup-plugin-javascript, core
    • #499 Adding actions for ember-test-types, template-lint, and outdated dependencies (@carakessler)
  • checkup-plugin-ember-octane, checkup-plugin-ember, checkup-plugin-javascript, cli, core, test-helpers

🏠 Internal

  • core
    • #500 Removing 'on' option from task config because tasks are always on by default (@carakessler)
  • checkup-plugin-ember, core

Committers: 3

v0.1.0 (2020-06-10)

πŸš€ Enhancement

  • checkup-plugin-ember-octane, checkup-plugin-ember, checkup-plugin-javascript, cli, core
  • cli
    • #487 Externalizing programmatic invocation of checkup (@scalvert)
  • checkup-plugin-ember-octane, checkup-plugin-ember, checkup-plugin-javascript, cli
    • #472 Creating checkup-plugin-javascript, and moving the eslint-disable and outdated-deps task into it (@carakessler)
  • cli, core, test-helpers
    • #466 Adding field excludePaths to config, so consumers of checkup can add globs to be ignored (@carakessler)

πŸ› Bug Fix

  • cli, core
  • cli
  • checkup-plugin-ember
    • #465 Sorting JSON results for ember-in-repo-addons-engines-task-test (@carakessler)

🏠 Internal

  • cli, core, test-helpers
  • checkup-plugin-ember-octane, checkup-plugin-ember, cli, core, test-helpers
    • #467 Creating FilePathsArray class that extends array and offers filtering functionality (@carakessler)

πŸ“Š Checkup Task

  • checkup-plugin-javascript, core, test-helpers
    • #453 Adding task that runs eslint as configured in the app checkup is being run on (@carakessler)
  • checkup-plugin-ember
    • #469 Adding task that checks how many times ember template-lint is disabled (@carakessler)

Committers: 3

v0.0.14 (2020-05-29)

πŸš€ Enhancement

  • cli, core, test-helpers
  • checkup-plugin-ember-octane, cli
    • #404 Changes checkup run to default to checkup (without run) (@scalvert)

🏠 Internal

  • cli, core
    • #449 Deleting unused code related to deprecated PDF/HTML functionality (@scalvert)
    • #402 Freezing task context to prevent mutation (@scalvert)
  • checkup-plugin-ember-octane, checkup-plugin-ember, cli, core, test-helpers
    • #430 Adding paths to TaskContext and updating all tasks to use it (@carakessler)
  • cli, core, test-helpers
  • checkup-plugin-ember, cli, core, test-helpers
    • #428 Adding pkg: PackageJson to the TaskContext and updating all tasks to use it (@carakessler)
  • cli
    • #403 Add ability to specify location of output for meta tasks (@scalvert)

πŸ“Š Checkup Task

  • checkup-plugin-ember, cli, core, test-helpers
  • checkup-plugin-ember, cli, core
  • cli, core
    • #401 [task] Updates Outdated Dependency output to use barchart (@scalvert)
  • checkup-plugin-ember, cli, test-helpers

Committers: 3

v0.0.13 (2020-05-07)

πŸ› Bug Fix

  • cli, test-helpers
  • cli
    • #340 Fixes plugin generator incorrectly generating TS for JavaScript (@scalvert)

πŸ“ Documentation

🏠 Internal

  • checkup-plugin-ember-octane, checkup-plugin-ember, cli, core
    • #373 Part 3 of task context refactoring: Passing normalized plugin names to tasks (@scalvert)
  • cli, core
  • checkup-plugin-ember-octane, checkup-plugin-ember, cli, core, test-helpers
    • #358 Part 1 Refactoring tasks to include taskContext and task options (@scalvert)

πŸ“Š Checkup Task

  • checkup-plugin-ember, core
    • #378 [task] Correctly summarizing output of ember tasks (@scalvert)
  • checkup-plugin-ember-octane
    • #349 [task] Adding in check to octane migration task for mixin usage (@carakessler)

♻️ Generators

  • cli
    • #340 Fixes plugin generator incorrectly generating TS for JavaScript (@scalvert)

Committers: 3

v0.0.12 (2020-04-28)

πŸ› Bug Fix

  • checkup-plugin-ember
    • #332 Fixing output of check-plugin-ember dependency task (@scalvert)

🏠 Internal

  • checkup-plugin-ember-octane, core
    • #333 Updates output in octane task to be in bar format (@scalvert)

Committers: 1

v0.0.11 (2020-04-28)

🏠 Internal

  • checkup-plugin-ember-octane, checkup-plugin-ember, cli, core

Committers: 2

v0.0.10 (2020-04-27)

πŸ› Bug Fix

  • checkup-plugin-ember-octane, core

🏠 Internal

  • checkup-plugin-ember-octane, checkup-plugin-ember, cli, core

Committers: 3

v0.0.9 (2020-04-21)

🏠 Internal

Committers: 1

v0.0.8 (2020-04-21)

πŸ’₯ Breaking Change

  • checkup-plugin-ember-octane, cli, plugin-ember-octane, plugin-ember

πŸš€ Enhancement

  • cli
    • #283 Updating plugin generator to standardize plugin naming (@scalvert)
  • cli, core

πŸ› Bug Fix

πŸ“ Documentation

🏠 Internal

  • checkup-plugin-ember, cli, core
  • checkup-plugin-ember-octane, checkup-plugin-ember, cli, core, test-helpers
  • checkup-plugin-ember-octane, cli, core, plugin-ember
  • Other
  • cli
  • checkup-plugin-ember-octane, cli, plugin-ember-octane, plugin-ember

Committers: 3

v0.0.7 (2020-04-16)

πŸš€ Enhancement

πŸ› Bug Fix

πŸ“ Documentation

🏠 Internal

  • cli, core, plugin-ember-octane, plugin-ember, test-helpers
    • #262 Refactoring build to utilize typescript project references (@scalvert)
  • cli
  • cli, core, plugin-ember-octane, plugin-ember
    • #221 Removing undefined from ReportResultData, and adding mock results to all existing tasks (@carakessler)
  • cli, core, test-helpers
    • #256 Updating task ordering to sort by category then priority (@scalvert)
  • cli, core, parser-eslint, plugin-ember-octane
  • Other
  • cli, core, parser-eslint, plugin-ember-octane, test-helpers
    • #245 Adding --no-cache for jest tests to address test caching issues (@scalvert)
  • cli, core

Committers: 4

v0.0.6 (2020-04-07)

πŸ“ Documentation

  • plugin-ember-octane

🏠 Internal

  • cli, core, plugin-ember-octane, plugin-ember
    • #220 Removing Core category. Adding Recommendations and renaming Migration (@scalvert)
  • cli, core, parser-eslint, plugin-ember-octane, plugin-ember, test-helpers
  • cli, core
    • #210 Adding report data infrastructure for generating HTML/PDF reports (@carakessler)

Committers: 4

v0.0.5 (2020-04-06)

πŸ› Bug Fix

  • plugin-ember-octane
    • #207 Move "babel-eslint" to deps for plugin-ember-octane (@lbdm44)

πŸ“ Documentation

🏠 Internal

  • plugin-ember-octane
    • #207 Move "babel-eslint" to deps for plugin-ember-octane (@lbdm44)

Committers: 3

v0.0.4 (2020-04-06)

🏠 Internal

  • cli, core, parser-eslint, plugin-ember-octane, plugin-ember, test-helpers
    • #206 Updating scripts to ensure lib is cleaned before build (@scalvert)

Committers: 1

v0.0.3 (2020-04-06)

πŸ› Bug Fix

  • cli, plugin-ember-octane, plugin-ember, test-helpers
    • #205 Fixing hooks config paths to point to lib vs src (@scalvert)

🏠 Internal

  • cli
    • #195 Fixing checkup meta test to account for dynamic version (@scalvert)

Committers: 1

v0.0.2 (2020-04-03)

πŸ› Bug Fix

  • cli, core
  • cli
  • plugin-ember-octane

Committers: 4

v0.0.1 (2020-03-27)

πŸš€ Enhancement

  • cli, core
  • cli, test-helpers
  • plugin-ember-octane
  • cli, core, plugin-default, plugin-ember-octane, plugin-ember
  • cli, core, plugin-default, plugin-ember-octane, plugin-ember, test-helpers
  • cli, plugin-ember-octane
  • cli, core, plugin-default, plugin-ember, test-helpers
  • plugin-default, plugin-ember, test-helpers
    • #54 Adds @checkup/plugin-default to output basic, generic project information. (@scalvert)
  • cli, core, plugin-ember, test-helpers
    • #30 feat(core): Add Support for Plugins via Config File (@mahirshah)
  • cli, core, plugin-ember
    • #29 Adding taskName and friendlyTaskName to Task (@scalvert)
    • #28 Adding path argument to specify directory to run in (@scalvert)
  • cli
    • #27 Refactors Checkup and CheckupCLI classes into one (@scalvert)

πŸ› Bug Fix

  • cli
    • #94 Fixing reportOutputPath to create directory if doesn't exist (@scalvert)

πŸ“ Documentation

🏠 Internal

  • plugin-ember-octane
    • #148 Plugin Ember Octane: Refactor linting constructs into their own files/ (@lbdm44)
    • #140 Refactor types for plugin-ember-octane (@lbdm44)
    • #123 Add template lint to plugin-ember-octane (@lbdm44)
  • cli, core, plugin-default, plugin-ember-octane, plugin-ember
  • cli
  • cli, core
  • cli, core, plugin-default, plugin-ember, test-helpers
    • #75 Refactoring task registration to simplify (@scalvert)
    • #55 task(linting): Adding linting plugins to extend lint checks (@scalvert)
  • plugin-ember, test-helpers
    • #56 Cleanup implementations of fixturify-project classes (@scalvert)
  • cli, core, parser-eslint
    • #48 Adds @checkup/parser-eslint plugin package (@scalvert)
  • cli, core, plugin-ember, test-helpers
  • Other
    • #42 Adding wsrun package to execute tasks in dependency order and parallel (@scalvert)
  • cli, plugin-ember, test-helpers

Committers: 6