From cf1d8a20487e2d0a6f7105fe7b6ac1d7a8de0684 Mon Sep 17 00:00:00 2001 From: Wout De Puysseleir Date: Fri, 21 Apr 2023 10:51:44 -0700 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ab95c80 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- Added `~V` sigil for using Svelte as an alternative DSL for LiveView +- Added ability to use `$lib` inside Svelte components like: `import Component from "$lib/component.Svelte"` + +### Fixed + +- Removed duplicate minify in `build.js` + +### Changed + +- `build.js` file adds `tsconfig.json` configuration + +## [0.4.2] - 2023-04-12 + +### Added + +- Start of the changelog +- End-To-End Reactivity with LiveView +- Server-Side Rendered (SSR) Svelte +- Svelte Preprocessing Support with svelte-preprocess +- Tailwind Support +- Dead View Support +- Slot Interoperability (Experimental) diff --git a/README.md b/README.md index 5b4b1de..8ad6477 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,7 @@ Inside `assets/package.json` - Update the version in `README.md` - Update the version in `package.json` - Update the version in `mix.exs` +- Update the changelog Run: