This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
lilbetter.js/CHANGELOG.md

26 lines
455 B
Markdown
Raw Permalink Normal View History

2024-01-18 03:34:57 +00:00
# lilbetter.js
2024-01-18 22:11:58 +00:00
## 0.1.0
### Minor Changes
- ecfbfc7: Created the tryAsync (tryA) and trySync (tryS) functions, said can be used for wrapping and calling functions that can throw error. Said error can then be handled using in a Go-like fashion.
2024-01-18 04:19:41 +00:00
## 0.0.3
### Patch Changes
- 138dc21: Populated package.json
2024-01-18 03:53:17 +00:00
## 0.0.2
### Patch Changes
- 4bf4326: Fix github workflow
2024-01-18 03:34:57 +00:00
## 0.0.1
### Patch Changes
- 2fe67cd: Created the boilerplate and package setup