Skip to content

Releases: wearefine/maximus

v0.1.7

09 Apr 23:48
Compare
Choose a tag to compare

Features:

  • More file associations for linting
  • Framework option in config
  • Additional associations sorted when evaluating a codebase

Bugfixes:

  • Fix #11 (maximus -a fails)

v0.1.6.1

02 Mar 07:14
Compare
Choose a tag to compare

Features:

  • Remote config files can be specified

Bugfixes:

  • Clean up config option loading/overriding
  • Remove some command line defaults
  • Performance and syntax optimizations
  • Handle Middleman and generic app paths better

v0.1.5.1

02 Feb 17:44
Compare
Choose a tag to compare

Bugfixes:

  • Active Support requirement was too strict

v0.1.5

02 Feb 03:36
Compare
Choose a tag to compare

Bugfixes:

  • Wraith outputs percentages properly
  • Diff data for initial commits
  • More intuitive config path discovery
  • Flip GitControl#diff around for old to new comparison
  • More stability/defensive programming in Config, Wraith, and GitControl

Features:

  • Wraith includes images in output

v0.1.4

04 Jan 00:42
Compare
Choose a tag to compare

Bugfixes:

  • Added basic tests
  • Modified git-lines to show unified=1 instead of unified=0
  • Remove tmp files error
  • Better documentation to README

v0.1.3

04 Jan 00:42
Compare
Choose a tag to compare

Features:

  • Options are defined once in Config class
  • maximus.yml can be loaded to set the config
  • All lint and statistic options can be in the maximus config file
  • More command line flags

v0.1.2

04 Jan 00:43
Compare
Choose a tag to compare

Features:

  • Better inline documentation

Bugfixes:

  • Resolve exiting error when no lint errors are preset (0efef67)

v0.1.0

04 Jan 00:43
Compare
Choose a tag to compare

Initial