Skip to content

Releases: tsdevau/codewars-kata-archiver

codewars-kata-archiver: v3.0.2

29 May 05:32
b8a0f77
Compare
Choose a tag to compare

3.0.2 (2024-05-29)

Bug Fixes

  • userCompletedDB: update import logic and tsconfig for userCompletedDB (2a6aa95)

codewars-kata-archiver: v3.0.1

29 May 04:52
e8b2e13
Compare
Choose a tag to compare

3.0.1 (2024-05-29)

DX Improvements

  • app: update imports, add C# formatting, and adjust headless config (794118c)

DX Maintenance & Configuration

  • config: update prettier, build, and tsconfig settings (6badbe9)
  • package: update contact info, repository details, scripts, and dependencies (49f63cc)

codewars-kata-archiver: v3.0.0

19 Feb 08:32
09392d2
Compare
Choose a tag to compare

3.0.0 (2024-02-19)

⚠ BREAKING CHANGES

  • rewrite: Complete overhaul to every function in the app, dependency removals, code cleanup, async operations and performance. See commit message for a more detailed overview of the changes.

Features & Performance Improvements

  • 🏷️ Add types and remove all anys (50780d7)
  • build: 👷 Switch from tsc to esbuild (3bde8c6)
  • rewrite: ✨ Huge changes to whole app, essentially rewritten (418ea6c)
  • workflows: update workflow, configuration, documentation, and dependencies (ffb762e)

Bug Fixes

  • 🩹 update import path (b40d1a9)
  • 🩹 update import path & puppeteer namespace (4aa15ed)

Documentation

  • 📝 Update readme with changes & progress (3284e71)

DX Improvements

  • ♻️ cleanup & await runCodeWrites (fa6098f)
  • ♻️ make code async & fix import (3346599)
  • ♻️ make function async (90dc6b9)
  • ♻️ Refactor entry point (bc89193)
  • ♻️ remove unecessary awaits & fix import path (fd311b2)
  • 📝 add log to switch statement default (03dcfdf)

DX Maintenance & Configuration

  • ⬆️ Update package dependencies and release configuration (e2c690f)
  • 📦️ upgrade dependencies & config cleanup (bd40c55)
  • 🔧 Config updates & add prettierrc & versionrc (5adcbc2)
  • 🔨 Add script for standard-version (e745b18)
  • bump: 🏷️ @tpstech/codewars-kata-archiver -> v2.0.0 (234ca68)
  • main: 🔖 @tsdevau/codewars-kata-archiver -> v2.1.0 (ea969b7)
  • main: 🔖 @tsdevau/codewars-kata-archiver -> v2.1.1 (#11) (a90f050)
  • release-please-config: update release-please workflow and dependencies (712e21d)
  • semver: 🔧 Switch standard-version to release-please action (d6c3682)
  • update dependencies in package.json (602d875)
  • update dependencies in package.json (73a8725)
  • Update dependencies in package.json (994dbcc)

v2.1.0

15 Oct 22:24
ee823bd
Compare
Choose a tag to compare

2.1.0 (2023-10-15)

Features & Additions

  • build: 👷 Switch from tsc to esbuild (3bde8c6)

General Config Updates

  • semver: 🔧 Switch standard-version to release-please action (d6c3682)