Add CHANGELOG.md

This commit is contained in:
Wout De Puysseleir 2023-04-21 10:51:44 -07:00
parent d1706c7426
commit cf1d8a2048
2 changed files with 34 additions and 0 deletions

33
CHANGELOG.md Normal file
View file

@ -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)

View file

@ -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: