Skip to content

Latest commit

 

History

History
137 lines (82 loc) · 5.41 KB

CHANGELOG.md

File metadata and controls

137 lines (82 loc) · 5.41 KB

1.6.0 (2024-10-23)

🚀 Features

  • new get academic years function (ac65f50)
  • add select box for search (dc432ab)
  • useForm and enable academic year selection (0ad967e)
  • query by academic year (534c267)
  • CSV upload scaffold (a5d8dd7)
  • implement CSV import (76665ce)
  • select academic year of imports (0d46400)
  • add import ids (951b952)
  • add previous import listing (457e305)
  • show imports in accordian (f9e73ab)
  • add import rollback (da0893c)
  • add working docker compose (8a5df0c)
  • add eactivities calls for products (538a3ee)
  • UI to map to products to eactivites (c6751ed)
  • Product selection UI for sync (630aedc)
  • switch to a bulk load strategy for sales from eActivities (a93e991)
  • add a JSON Backend so we can do lists in nunjucks (21a454d)
  • change behaviour of mapFieldInteractive to allow fields to be passed as-is (0ceb6dc)
  • add reminder emails for collection system (0b8eee9)
  • add a import script to collection for JSON data (276789f)
  • skip product import from eactivities when no new purchases found (to avoid unecessary requests to eactivities) (a8c7efc)

🩹 Fixes

  • allow products to be deleted when variants 0 (399aec0)
  • issue where pride.ts tried to be compiled so had to be upgraded to new schema (af231d2)
  • spelling error in estimated (c1ed507)

❤️ Thank You

  • Kishan Sambhi @Gum-Joe

1.5.0 (2024-08-13)

🩹 Fixes

  • issue where attachments columns in CSVs could only start with attachment (181353f)

❤️ Thank You

  • Kishan Sambhi @Gum-Joe

1.4.1 (2024-08-13)

🩹 Fixes

  • don't call post send hook in test mode (bf97bf1)

❤️ Thank You

  • Kishan Sambhi @Gum-Joe

1.4.0 (2024-08-13)

🚀 Features

  • Add new test mode to mail merge (1372a8d)

🩹 Fixes

  • issue where test send didn't override CC & BCC (8b5c350)
  • remove unused import in send.ts in cli commands (dd03b99)

❤️ Thank You

  • Kishan Sambhi @Gum-Joe

1.3.0 (2024-08-12)

🩹 Fixes

  • ignore collection dirs (d26eb66)
  • Add --only & moving of drafts 396b645

❤️ Thank You

  • Kishan Sambhi @Gum-Joe

1.2.1 (2024-08-06)

This was a version bump only, there were no code changes.

1.2.0 (2024-08-06)

🩹 Fixes

  • build cli in place so oclif won't complain (596a78c)
  • tests breaking because ESM (49823c9)

❤️ Thank You

  • Kishan Sambhi @Gum-Joe

1.1.2 (2024-08-06)

🩹 Fixes

  • add bin to mailmerge cli bundle (8fec651)

❤️ Thank You

  • Kishan Sambhi @Gum-Joe

1.1.1 (2024-08-06)

This was a version bump only, there were no code changes.

1.1.0 (2024-08-06)

This was a version bump only, there were no code changes.

1.0.0 (2024-08-06)

🚀 Features

  • scaffold up full preview renderer (a41320e)
  • rerendering of templates (ea21d57)
  • init command fix: issue where nunjucks didn't pass it all (5eb8b75)
  • nx: Added Nx Cloud token to your nx.json (646eb34)
  • nx: Generated CI workflow (abf6ea5)

🩹 Fixes

❤️ Thank You

  • Kishan Sambhi @Gum-Joe