migrate 0.4.0

Breaking Changes

The term date seemed too specific to use in the migrate() function, so it was replaced by the more general term, time. Instead of holding users to using Date-type column variables, this change allows them flexibility to migrate from Time A –> Time B, for example.

Other Features & Improvements

migrate(
  data = mock_credit,
  id = customer_id,
  time = date,
  state = risk_rating
)
# > === Migrating from: `2020-06-30` --> `2020-09-30` ===
# > ... [output] ...

migrate 0.3.0

migrate 0.2.0

migrate 0.1.0