Skip to content

Releases: AdWerx/pronto-ruby

v4.1

09 Jan 19:07
33c4fcc
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v4.0 - Pronto 0.11

17 Mar 19:56
71a90b5
Compare
Choose a tag to compare

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

05 Feb 15:23
6a5cbf4
Compare
Choose a tag to compare

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

#73

Thanks, @mllocs !

Updates README examples and project description.

04 Jan 22:37
3aa7958
Compare
Choose a tag to compare

Ruby 2.7, runnner updates, rubocop updates

04 Jan 20:07
77fb4c5
Compare
Choose a tag to compare

v2.5 - Ruby 2.6 and eslint_npm runner

24 Mar 18:44
a29a1ce
Compare
Choose a tag to compare

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

23 Mar 16:18
23875bf
Compare
Choose a tag to compare

2.4.1 | 2020-3-23

  • Adds pronto-rails_data_schema runner (#11)

Resolve Gemfile ambiguity

01 Jan 00:50
Compare
Choose a tag to compare

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

31 Dec 17:20
Compare
Choose a tag to compare

2.3.0 | 2019-12-31

  • Update to bundler 2

Backwards compatible with bundler 1 projects.

Now including pre-installed rubocop extensions

30 Dec 19:58
Compare
Choose a tag to compare

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.