Releases: thoughtbot/suspenders
Releases · thoughtbot/suspenders
v1.51.0
- Changed: from sass-rails to sassc-rails.
- Upgraded: Ruby 2.6.3.
- Fixed: Avoid installing autoprefixer-rails in api mode
- New generator:
suspenders:stylelint
for setting up stylelint. - New generator:
suspenders:production:manifest
for app.json. - New generator:
suspenders:production:deployment
for bin/deploy script.
v1.50.0
- Removed: jquery-rails.
- Changed: default FactoryBot to
use_parent_strategy = true
. - Upgraded: Ruby 2.5.3.
- Fixed: set
ASSET_HOST
andAPPLICATION_HOST
at top ofproduction.rb
. - Fixed:
tzinfo-data
gem for Windows. - New generator:
suspenders:json
for JSON parsing. - New generator:
suspenders:staging:pull_requests
for Heroku app per PR.
v1.49.0
- Removed: NOODP robots meta tags
- Removed: flutie gem and body class in application layout
- Upgraded: remove version constraint for pg gem
- Fixed: install JavaScript dependencies in bin/setup
- Fixed: include action_mailer SMTP settings in production config
v1.48.0: 1.48.0 (August 10, 2018)
- Bug fix: change production timeouts generator to use working configuration
method with latest version of Rack::Timeout - Bug fix: Only add email environment requirements if configuring for email
- Breaking: Replace capybara-webkit with chromedriver
v1.47.0: Bump to 1.47.0
- Bug fix: normalize.css Sass import is concatenated with other styles now
- Bug fix: the suspenders gem itself is not needed in production
- Bug fix: bundle install after adding a gem
- Breaking: remove Refills
- Breaking: rename suspenders:enforce_ssl to suspenders:production:force_tls
- Upgrade: update to Ruby 2.5.1
- Upgrade: update to Rails 5.2.0
- New generator: production email
- New generator: production timeouts
1.46.0
This release contains the following changes:
- Bug fix: Fix for action mailer asset_host
- Bug fix: Lock pg to ~> 0.18
- Breaking: Remove Database Cleaner
- Upgrade: Update to Rails 5.1.4
- Upgrade: Update to Ruby 2.5.0
- Upgrade: Update bourbon from 5.0.0.beta.8 to 5.0.0
- Upgrade: Update FactoryGirl to FactoryBot
- Generators: Analytics generator
- Generators: CI generator
- Generators: DB optimization generator
- Generators: Factories generator
- Generators: Forms generator
- Generators: Javascript driver generator
- Generators: Jobs generator
- Generators: Lint generator
- Generators: Testing driver generator
- Generators: Views generator
v1.45.0
- Bump Rails to 5.1.3 (#857)
- Configure HONEYBADGER_ENV for staging, production (#861)
- Remove vestigial
staging
references (#860) - Prevent memory bloat in ActiveJob children (#856)
- .git/safe is opt-in (#837)
- Enforce SSL in production environment (#855)
- Configures action mailer asset host (#853)
- Install normalize.css via yarn (#851)
- Update Rails to 5.1 (#847)
- Update bourbon from 5.0.0.beta.7 to 5.0.0.beta.8 (#848)
- Update Neat to 2.1 (#849)
- Update Bitters to 1.7 (#850)
- Fix incorrect Timecop link (#845)
- Update Ruby to 2.4.1 (#841)
- Update rspec-rails to 3.6 (#842)
- Configure TimeCop safe mode (#840)
- Pull normalize.css through Rails Assets (#839)
- Fix fatal git failures in tests (#832)
- Schedule Heroku Backups and Capture backup of existing staging database for Review Apps (#826)
- Use bundle-audit rake task from the gem (#831)
- Update thoughtbot logo (#829)
- Change terminal symbol in README's deploying section (#828)
- Update Segment snippet to 4.0.0 (#822)