File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 3.0.0 " }
1
+ {"." :" 3.0.1 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.0.1] ( https://github.com/voxpelli/async-htm-to-string/compare/v3.0.0...v3.0.1 ) (2024-07-19)
4
+
5
+
6
+ ### 🧹 Chores
7
+
8
+ * clean up leftover ` linemod ` stuff ([ 20cb561] ( https://github.com/voxpelli/async-htm-to-string/commit/20cb561b220a55a8159b65d1e49877cc5933857f ) )
9
+ * ** deps:** update dependency @types/node to ^18.19.41 ([ #99 ] ( https://github.com/voxpelli/async-htm-to-string/issues/99 ) ) ([ 10e2748] ( https://github.com/voxpelli/async-htm-to-string/commit/10e2748b2ba64541f9a6e73e412d73dbf63eaa56 ) )
10
+ * ** deps:** update dependency chai-as-promised to ^7.1.2 ([ #96 ] ( https://github.com/voxpelli/async-htm-to-string/issues/96 ) ) ([ 2ca97cf] ( https://github.com/voxpelli/async-htm-to-string/commit/2ca97cf409876ed8ae65d151cf4d1ac449d69487 ) )
11
+ * improve types ([ 1e60f45] ( https://github.com/voxpelli/async-htm-to-string/commit/1e60f45c7f14fdeb240ac9c54bd46b522b35599e ) )
12
+ * less ` any ` ([ a5940dd] ( https://github.com/voxpelli/async-htm-to-string/commit/a5940dd15cf5f2927ae5c6201c3972f732e7cf65 ) )
13
+ * make use of ` buffered-async-iterable ` ([ 9cdf3a7] ( https://github.com/voxpelli/async-htm-to-string/commit/9cdf3a71235da8d718f354264383b0c4f47a220c ) )
14
+ * simplify bufferedAsyncMap call ([ 37af84e] ( https://github.com/voxpelli/async-htm-to-string/commit/37af84e6e75da4f128afad6e135b41b4c78e7379 ) )
15
+ * split into different files ([ 91e2d91] ( https://github.com/voxpelli/async-htm-to-string/commit/91e2d9125a583447a7f354fca6cd7ab2bca548f0 ) ), closes [ #103 ] ( https://github.com/voxpelli/async-htm-to-string/issues/103 )
16
+
3
17
## [ 3.0.0] ( https://github.com/voxpelli/async-htm-to-string/compare/v2.1.1...v3.0.0 ) (2024-07-18)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " async-htm-to-string" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " Renders a htm tagged template asyncly into a string" ,
5
5
"homepage" : " http://github.com/voxpelli/async-htm-to-string" ,
6
6
"author" : " Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)" ,
You can’t perform that action at this time.
0 commit comments