-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update tsconfig and module resolution
- Loading branch information
Showing
5 changed files
with
41 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,68 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## Unreleased | ||
|
||
### Fixed | ||
|
||
- Update TypeScript configuration for modern module resolution, fixed #45 | ||
|
||
## 1.5.0 - 2024-10-07 | ||
|
||
### Changed | ||
|
||
- Improved performance by memoizing the callouts object checking function. | ||
- Better handling of unsupported callout types. | ||
|
||
### Fixed | ||
|
||
- Fixed missing dependency for mdast-util-to-string | ||
|
||
## 1.4.0 - 2024-08-28 | ||
|
||
### Changed | ||
|
||
- Update dependencies | ||
|
||
### Fixed | ||
|
||
- Removed case sensitivity (#25) | ||
|
||
## 1.3.2 - 2024-07-16 | ||
|
||
### Changed | ||
|
||
- Added License notice for lucide icons | ||
|
||
## 1.1.3 - 2023-04-02 | ||
|
||
### Fixed | ||
|
||
- Fixed empty div if there's no remaining content (#3). | ||
|
||
## 1.1.2 - 2023-04-02 | ||
|
||
### Changed | ||
|
||
- Update readme.md | ||
- Update dependencies | ||
|
||
## 1.1.0-beta.0 - 2023-04-02 | ||
|
||
### Fixed | ||
|
||
- Improve github actions, to avoid missing built files. | ||
|
||
## 1.0.7 - 2023-04-02 | ||
|
||
### Added | ||
|
||
- Update github actions for auto release and plublishing. | ||
|
||
### Fixed | ||
|
||
- Fixed empty blockquote (#1). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters