Skip to content

Releases: ONLYOFFICE-QA/onlyoffice_tcm_helper

v1.0.0

02 Feb 13:09
344e828
Compare
Choose a tag to compare

1.0.0 (2024-02-02)

New Features

  • Add ruby-3.2 to CI
  • Add ruby-3.3 to CI
  • Add dependabot check for GitHub Actions

Changes

  • Drop ruby-2.7 support, since it's EOL'ed
  • Add additional verification to specs
  • Reduce some rubocop metrics

v0.4.0

10 Aug 15:49
e5518c5
Compare
Choose a tag to compare

0.4.0 (2022-08-10)

New Features

  • Add yamllint check in CI

Fixes

  • Fix markdownlint failure because of old nodejs in CI

Changes

  • Check dependabot at 8:00 Moscow time daily
  • Changes from rubocop-rspec update to 2.9.0
  • Drop ruby-2.6 support, since it's EOL'ed

v0.3.2

15 Jan 13:40
5835ca3
Compare
Choose a tag to compare

0.3.2 (2022-01-15)

Changes

  • Add more info to message if pending test passed

v0.3.1

15 Jan 13:12
17e6a0b
Compare
Choose a tag to compare

0.3.1 (2022-01-15)

Fixes

  • Fix check for passed pending tests

v0.3.0

15 Jan 12:46
43aff5c
Compare
Choose a tag to compare

0.3.0 (2022-01-15)

New Features

  • Add ruby-3.1 in CI
  • Mark :pending tests that passed as :failed

Changes

  • Require mfa for releasing gem
  • Remove ruby-2.5 from CI since it's EOLed

v0.2.0

13 Jan 14:18
0d4f64a
Compare
Choose a tag to compare

0.2.0 (2021-01-13)

New features

  • Add markdownlint support and check in CI
  • Add simplecov support to check coverage
  • Add coverage check in CI
  • Add rubocop check to CI
  • Add dependabot config
  • Add CI check that 100% code is documented
  • Add rake task to release gem

Changes

  • Use GitHub Actions instead of TravisCI
  • Drop support of Rubies older than 2.5
  • Cleanup gemspec
  • Freeze all dependencies version in Gemfile.lock
  • Add missing documentation
  • Remove not used CodeClimate config
  • Moved repo to ONLYOFFICE-QA org