File tree 3 files changed +10
-14
lines changed
3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 1.2.2] - 20-07-2024
4
+ ### Fixed
5
+ - Deploy non-minified code for Elysia applications to run. ([ #34 ] ( https://github.com/cybercoder-naj/logestic/pull/34 ) )
6
+
3
7
## [ 1.2.1] - 19-07-2024
4
8
### Added
5
9
- GitHub Actions to automate the release workflow. ([ #29 ] ( https://github.com/cybercoder-naj/logestic/pull/29 ) )
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ npm version] ( https://badge.fury.io/js/logestic.svg )] ( https://badge.fury.io/js/logestic )
4
4
5
+ [ Demo] ( ./preview/src/index.ts ) &bullet ; [ Documentation] ( https://github.com/cybercoder-naj/logestic/wiki ) &bullet ; [ Changelog] ( ./CHANGELOG.md ) &bullet ; [ License] ( ./LICENSE )
6
+
5
7
An advanced and customisable logging library for [ ElysiaJS] ( https://elysiajs.com ) .
6
8
7
9
<div align =" center " >
@@ -14,9 +16,7 @@ An advanced and customisable logging library for [ElysiaJS](https://elysiajs.com
14
16
- [Table of Contents](#table-of-contents)
15
17
- [Installation](#installation)
16
18
- [Usage](#usage)
17
- - [Documentation](#documentation)
18
19
- [Contributing Guidelines](#contributing-guidelines)
19
- - [License](#license)
20
20
21
21
## Installation
22
22
@@ -30,8 +30,8 @@ Add the package to your Elysia Project via [bun](https://bun.sh).
30
30
| Logestic Version | Elysia Version | Compatible? |
31
31
| :--------------: | :------------: | :---------: |
32
32
| <= v1.2.0 | v1.0.9 | ✅ |
33
- | v1.2.0 | v1.1.0 | ❌ |
34
- | v1.2.1 | v1.1.3 | ✅ |
33
+ | v1.2.0 - v1.2.1 | v1.1.0 | ❌ |
34
+ | v1.2.2 | v1.1.3 | ✅ |
35
35
36
36
## Usage
37
37
@@ -52,14 +52,6 @@ const app = new Elysia()
52
52
53
53
These [presets](https://github.com/cybercoder-naj/logestic/wiki/Presets) available to use.
54
54
55
- ## Documentation
56
-
57
- To view the full documentation, view the [wiki](https://github.com/cybercoder-naj/logestic/wiki/).
58
-
59
55
## Contributing Guidelines
60
56
61
- See [CONTRIBUTING.md](./CONTRIBUTING.md)
62
-
63
- ## License
64
-
65
- [MIT](./LICENSE)
57
+ See [CONTRIBUTING.md](./CONTRIBUTING.md)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " logestic" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"author" :
" Nishant Aanjaney Jalan <[email protected] >" ,
5
5
"description" : " An advanced and customisable logging library for ElysiaJS" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments