Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.16 KB

File metadata and controls

52 lines (30 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.0] - 2023-09-24

Changed

  • Update to ruby 3.0

0.6.0 - 2019-07-16

Changed

  • Refactor Export and Import services to allow inject the resolver dependency via construtor.

Added

  • Smuggle::Import::Resolver class.
  • Smuggle::Export::Resolver class.

0.5.0 - 2019-04-24

Changed

  • Smuggle::Importer::Base#defined_attributes has been made private.
  • Use find_each when given scope responds to it. (For when an ActiveRecord::Relation is given as scope)

0.4.0 - 2018-09-10

Added

  • Import functionality.

Removed

  • Dev dependency on factory_bot.

0.3.0 - 2018-08-29

Added

  • Changelog.
  • Attribute labels.