Skip to content

Commit a255e69

Browse files
github-actions[bot]Søren Hansen
andauthored
chore: release v0.1.2 (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Søren Hansen <shan@wayfare.ai>
1 parent ada57ce commit a255e69

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

squeeel-cli/CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.2](https://github.com/SorenHolstHansen/squeeel/releases/tag/v0.1.2) - 2025-07-17
11+
12+
### Added
13+
14+
- generate types for tables
15+
16+
### Other
17+
18+
- make d.ts files specific to the lib ([#25](https://github.com/SorenHolstHansen/squeeel/pull/25))
19+
20+
## [0.1.1](https://github.com/SorenHolstHansen/squeeel/releases/tag/v0.1.1) - 2025-07-17
21+
22+
### Added
23+
24+
- support enum types
25+
26+
### Other
27+
28+
- bump version ([#29](https://github.com/SorenHolstHansen/squeeel/pull/29))
29+
30+
## [0.1.1](https://github.com/SorenHolstHansen/squeeel/releases/tag/v0.1.1) - 2025-07-14
31+
32+
### Added
33+
34+
- mysql2, better args, not completely satisfied with node-postgres
35+
36+
### Other
37+
38+
- general ci, ensure examples are updated, fmt, clippy, just, ...
39+
- cleanup
40+
- better logs
41+
- revert bump
42+
- bump versions
43+
- error handling
44+
- better separation of concerns
45+
- Don't be psychotic and use the Visit trait in swc_core
46+
- just plain println
47+
- clap
48+
- comment
49+
- better error message
50+
- clarification in error
51+
- cleanup
52+
- get database urls dynamically
53+
- tweaks
54+
- better-sqlite3 types
55+
- better-sqlite3, better prefixes and suffixes, ...
56+
- use swc for codegen instead of strings
57+
- add native type as comments, and other stuff
58+
- initial commit

0 commit comments

Comments
 (0)