Skip to content

Releases: AdWerx/pronto-ruby

v4.1

Choose a tag to compare

@jbielick jbielick released this 09 Jan 19:07
33c4fcc

What's Changed

New Contributors

Full Changelog: v4.0...v4.1

v4.0 - Pronto 0.11

Choose a tag to compare

@jbielick jbielick released this 17 Mar 19:56
71a90b5

Public

BREAKING CHANGES:

  • Pronto is upgraded to 0.11, the following runners are not yet compatible:
    • pronto-poper
    • pronto-rails_data_schema

Changes:

  • Upgrades node.js to 14.x
  • Upgrades eslint_npm to 7.32.0
  • Upgrades stylelint to 13.13.1
  • Upgrades Bundler to 2.3.8
  • Upgrades Rubocop to 1.26.0
  • Upgrades all runners and dependencies

Private

  • updates tests to work with Bundler.require
  • makes all pronto runner gems optionally required (preserves existing
    behavior)
  • adds one test to run pronto with all available runners
  • adds changelog info about breaking changes and upgrades
  • updates test.git to have an erb-lint.yml since erb-lint has some
    issues using String#yellow without bundling a dep that includes that

What's Changed

Full Changelog: v2.9...v4.0

Add style-lint runner

Choose a tag to compare

@jbielick jbielick released this 05 Feb 15:23
6a5cbf4

Add's style-lint runner to action runner image.

#73

Thanks, @mllocs !

Updates README examples and project description.

Choose a tag to compare

@jbielick jbielick released this 04 Jan 22:37
3aa7958
v2.8

prepare for 2.8

Ruby 2.7, runnner updates, rubocop updates

Choose a tag to compare

@jbielick jbielick released this 04 Jan 20:07
77fb4c5

v2.5 - Ruby 2.6 and eslint_npm runner

Choose a tag to compare

@jbielick jbielick released this 24 Mar 18:44
a29a1ce

2.5 | 2020-03-24

  • Adds nodejs to the container and pronto-eslint_npm runner
  • Container is now Ruby 2.6
  • Container is now ubuntu buster slim @ ~850mb

(#14-- thanks @Saicheg !)

Now with pronto-rails_data_schema

Choose a tag to compare

@jbielick jbielick released this 23 Mar 16:18
23875bf

2.4.1 | 2020-3-23

  • Adds pronto-rails_data_schema runner (#11)

Resolve Gemfile ambiguity

Choose a tag to compare

@jbielick jbielick released this 01 Jan 00:50

resolves the issue in which the Gemfile that bundler is using is the user's project instead of this project's. This is due to the workdir being set during action runs.

Run Bundler 1/2

Choose a tag to compare

@jbielick jbielick released this 31 Dec 17:20

2.3.0 | 2019-12-31

  • Update to bundler 2

Backwards compatible with bundler 1 projects.

Now including pre-installed rubocop extensions

Choose a tag to compare

@jbielick jbielick released this 30 Dec 19:58

Consolidates the docker image (base vs. action) and adds several rubocop extensions.

  • Adds the following rubocop extensions to the docker image:
    • rubocop-performance
    • rubocop-minitest
    • rubocop-rspec
    • rubocop-rails
    • rubocop-thread_safety
    • rubocop-i18n
    • rubocop-rake

These extensions can now be required in a .rubocop.yml config and used with the rubocop runner.