Skip to content

Latest commit

 

History

History
347 lines (186 loc) · 6.02 KB

File metadata and controls

347 lines (186 loc) · 6.02 KB

Changelog

Since we follow Conventional Commits when writing commit messages, we're able to automatically create formal "releases" of the website based on the commit messages. Releases in the context of websites are simply snapshots in time of the website content. We use Commitizen to be able to automatically create these releases, which uses SemVar as the version numbering scheme.

Because releases are created based on commit messages, we release quite often, sometimes several times in a day. This also means that any individual release will not have many changes within it. Below is a list of the releases we've made so far, along with what was changed within each release.

0.11.1 (2026-04-30)

Refactor

  • 🚚 rename chunk_info$columns cols to be more descriptive (#289)

0.11.0 (2026-04-29)

Feat

  • list_parquet_files() and list_parquet_datasets() helpers (#272)

0.10.3 (2026-04-27)

Refactor

  • ♻️ change convert() to output chunk_info tibble (#286)

0.10.2 (2026-04-24)

Refactor

  • 🚚 rename use-targets-template() to use-template() (#284)

0.10.1 (2026-04-24)

Refactor

  • 🚚 rename convert_file() -> convert() (#281)

0.10.0 (2026-04-23)

Feat

  • ✨ helper get_*() for project IDs and directories (#251)

0.9.1 (2026-04-22)

Refactor

  • 🔥 remove convert_register() (#275)

0.9.0 (2026-04-20)

Feat

  • ✨ export originally private read_parquet_*() functions (#259)

0.8.20 (2026-03-06)

Refactor

  • ♻️ use sas paths as input in targets template (#244)

0.8.19 (2026-03-04)

Fix

  • 🐛 add gc() to convert_register() (#240)

0.8.18 (2026-02-27)

Fix

  • 🐛 set sas_path target to mode = "always" to detect new SAS files in input_dir (#233)

0.8.17 (2026-02-19)

Fix

  • 🐛 always clean up targets template output_dir before converting to Parquet (#224)

0.8.16 (2026-02-18)

Fix

  • 🐛 use pipeline_dir as output_path to avoid macOS temp dir permission errors (#219)

0.8.15 (2026-02-18)

Refactor

  • ♻️ change simdata to bef and lmdb (#218)

0.8.14 (2026-02-18)

Refactor

  • 🔥 not using list_parquet_files() anymore (#213)

0.8.13 (2026-02-13)

Refactor

  • ♻️ change use_targets_template() to use dir as input (#193)

0.8.12 (2026-02-13)

Refactor

  • ⚰️ remove is_same_register() (#187)

0.8.11 (2026-02-13)

Refactor

  • ♻️ add input checks in simulate (#184)

0.8.10 (2026-02-13)

Fix

  • 🐛 abort use_targets_template() if file name is not _targets.R (#181)

0.8.9 (2026-02-13)

Refactor

  • ♻️ use assert_string() to check character scalars (#180)
  • ♻️ add internal check_parquet_path (#179)
  • ♻️ use Tidyverse functions instead of base and stats (#178)

0.8.8 (2026-02-13)

Refactor

  • 🔥 remove split_paths_by_register() (#177)

0.8.7 (2026-02-13)

Refactor

  • ♻️ convert_register() and convert_file() (#174)

0.8.6 (2026-02-12)

Refactor

  • ♻️ add internal read_sas_chunk() (#171)

0.8.5 (2026-02-12)

Refactor

  • ♻️ add internal create_partition_path() (#170)

0.8.4 (2026-02-10)

Refactor

  • ♻️ update targets template (#164)

0.8.3 (2026-02-10)

Refactor

  • ♻️ update success msg in convert_to_parquet() (#167)

0.8.2 (2026-02-10)

Refactor

  • ♻️ get register name internally in convert_to_parquet from path (#161)

0.8.1 (2026-02-06)

Refactor

  • ♻️ simplify simulation in single function simulate_register() (#153)

0.8.0 (2026-02-06)

Feat

  • ✨ simulate register functions; test clean-up (#146)

0.7.9 (2026-02-06)

Refactor

  • 🚚 align path param name in internal functions (#151)

0.7.8 (2026-02-06)

Refactor

  • 🚚 use_targets() -> use_targets_template() (#149)

0.7.7 (2026-02-06)

Fix

  • 🐛 update convert_*() param name in template; file_paths -> path (#150)

0.7.6 (2026-02-05)

Refactor

  • 🚚 use_targets_pipeline() -> use_targets() (#145)

0.7.5 (2026-02-04)

Refactor

  • ♻️ simplify parameter naming to use path (#140)

0.7.4 (2026-02-04)

Refactor

  • ♻️ longer UUIDs for less chance of duplicates (#141)

0.7.3 (2026-02-03)

Refactor

  • ♻️ side effect functions return invisibly (#131)

0.7.2 (2026-02-03)

Refactor

  • 🔥 remove unused functions (#135)

0.7.1 (2026-02-03)

Fix

  • 🐛 partitioning with missing year (#132)

0.7.0 (2026-02-02)

Feat

  • ✨ targets pipeline (#124)

0.6.5 (2026-02-02)

Refactor

  • ♻️ rename parameters in convert_to_parquet() (#129)

0.6.4 (2026-01-29)

Refactor

  • ♻️ give error when no file is found in list_*() (#122)

0.6.3 (2026-01-28)

Refactor

  • ♻️ add internal get_register_names() (#123)

0.6.2 (2026-01-27)

Refactor

  • 🩹 ensure source_file is character before Arrow schema creation (#120)

0.6.1 (2026-01-25)

Refactor

  • ♻️ ensure same register paths in convert_to_parquet() (#116)

0.6.0 (2026-01-23)

Feat

  • ✨ read SAS files in chunks; lowercase column names; align Arrow schemas (#112)

0.5.0 (2025-12-15)

Feat

  • ✨ add list_*() functions (#96)

0.4.0 (2025-12-12)

Feat

  • ✨ add read_register() (#90)

0.3.0 (2025-11-27)

Feat

  • ✨ implement convert_to_parquet() (#84)

0.2.4 (2025-11-13)

Refactor

  • 🔥 remove deprecated functions (#70)

0.2.3 (2025-11-10)

Fix

  • 🐛no visible binding for global variable (#62)

0.2.2 (2025-11-07)

Refactor

  • ♻️ export get helper functions (#51)

0.2.1 (2025-11-07)

Refactor

  • 🔥 remove icd related functions and vignette (#50)

0.2.0 (2025-11-06)

Feat

  • 🎉 start of project (copied from DST servers)