edlang/CHANGELOG.md

170 lines
2.4 KiB
Markdown
Raw Normal View History

2024-02-13 06:26:10 +00:00
# Changelog
All notable changes to this project will be documented in this file.
2024-03-11 11:05:31 +00:00
## [unreleased]
### 🚀 Features
2024-03-13 11:11:02 +00:00
- Module file declarations, fixes
## [0.0.1-alpha.14] - 2024-03-11
### 🐛 Bug Fixes
- Fix wrong linking
## [0.0.1-alpha.13] - 2024-03-11
### 🚀 Features
2024-03-11 11:05:31 +00:00
- More checks
- More checks
- Initial work on edb, the edlang project manager
- Usable edb
- Version and readme
### 🐛 Bug Fixes
- Fix span in lalrpop
- Fix on type qualifier lowering
2024-03-13 11:11:02 +00:00
### ⚙️ Miscellaneous Tasks
- Upd changelog
2024-03-02 09:23:53 +00:00
## [0.0.1-alpha.12] - 2024-03-02
### 🚀 Features
- Add casts
### 🐛 Bug Fixes
- *(ci)* Try to fix release ci changelog
### 🧪 Testing
- Add cast test
2024-03-11 11:05:31 +00:00
### ⚙️ Miscellaneous Tasks
- Version 0.0.1-alpha.12
2024-03-01 07:09:22 +00:00
## [0.0.1-alpha.11] - 2024-03-01
### 🚀 Features
- Add modules support, add name mangling
- Allow extern fns
### 🐛 Bug Fixes
- Debug type names
## [0.0.1-alpha.10] - 2024-02-28
### 🚀 Features
- Check type correctness
2024-02-24 10:51:35 +00:00
### 🐛 Bug Fixes
- *(ci)* Fix ci release
2024-03-01 07:09:22 +00:00
- Fix checker
### ⚙️ Miscellaneous Tasks
- Update changelog
- Update dependencies
- Update version
2024-02-24 10:51:35 +00:00
## [0.0.1-alpha.9] - 2024-02-24
### 🚀 Features
- Optimize linker output on linux
- More debug locations
- Code checking in lowering
### ⚙️ Miscellaneous Tasks
- Update version to 0.0.1-alpha.8
## [0.0.1-alpha.8] - 2024-02-18
### 🚀 Features
- Struct support
2024-02-17 16:37:42 +00:00
## [0.0.1-alpha.7] - 2024-02-17
2024-02-24 10:51:35 +00:00
### 🚀 Features
2024-02-17 16:37:42 +00:00
- Compile unary op, compile asref, compile deref, reference arguments, avoid some temporaries on direct use
2024-02-17 10:44:17 +00:00
## [0.0.1-alpha.6] - 2024-02-17
2024-02-24 10:51:35 +00:00
### 🚀 Features
2024-02-17 10:44:17 +00:00
- Implement while
- Improved logging
- Ptr repr
2024-02-24 10:51:35 +00:00
### 🐛 Bug Fixes
- Fix a miscompilation
2024-02-14 08:06:50 +00:00
## [0.0.1-alpha.5] - 2024-02-14
2024-02-24 10:51:35 +00:00
### 🐛 Bug Fixes
2024-02-14 08:06:50 +00:00
2024-02-24 10:51:35 +00:00
- *(linker)* Fix linker on distros like ubuntu
- *(ci)* Ci improvements
2024-02-14 08:06:50 +00:00
2024-02-14 07:56:53 +00:00
## [0.0.1-alpha.4] - 2024-02-14
2024-02-24 10:51:35 +00:00
### 🚀 Features
2024-02-14 07:56:53 +00:00
- Better cli and add tests
2024-02-24 10:51:35 +00:00
### ⚙️ Miscellaneous Tasks
2024-02-14 07:56:53 +00:00
- Update version
2024-02-14 08:06:50 +00:00
- Changelog
2024-02-14 07:56:53 +00:00
## [0.0.1-alpha.3] - 2024-02-13
2024-02-24 10:51:35 +00:00
### 🚀 Features
2024-02-14 07:56:53 +00:00
- Properly version all crates
- Add docs generation
2024-02-24 10:51:35 +00:00
### 🐛 Bug Fixes
- Add all fields to cargo.toml
- Add doc field to cargo toml
### ⚙️ Miscellaneous Tasks
2024-02-14 07:56:53 +00:00
- Fix branch name
- Fix doc ci
2024-02-13 06:26:10 +00:00
## [0.0.1-alpha.2] - 2024-02-13
2024-02-24 10:51:35 +00:00
### 🚀 Features
2024-02-13 06:26:10 +00:00
- Compile ifs
2024-02-24 10:51:35 +00:00
### 🎨 Styling
2024-02-13 06:26:10 +00:00
- Format
- Naming
2024-02-24 10:51:35 +00:00
### ⚙️ Miscellaneous Tasks
- Update deps
- Update version
2024-02-13 06:26:10 +00:00
<!-- generated by git-cliff -->