Releases: aglasencnik/EmmetNetSharp
Releases · aglasencnik/EmmetNetSharp
Version 1.0.1
In this release, we have addressed two critical bugs:
-
Executing Assembly Path for
.js
Files:- Issue: Previously, the path to
.js
files was not correctly determined, leading to issues in file execution. - Resolution: We have now implemented a fix that utilizes the executing assembly's path to accurately locate and access
.js
files. This ensures smoother operation and compatibility across different environments.
- Issue: Previously, the path to
-
Cross Line Ending Compatibility in Tests:
- Issue: Our tests were not fully compatible with different line ending formats, which could lead to inconsistent results across various operating systems.
- Resolution: We have enhanced our testing framework to be cross line-ending compatible. This update ensures that our tests are robust and reliable, regardless of the operating system's line ending format (e.g., LF, CRLF).
Version 1.0.0
We are excited to announce the release of EmmetNetSharp 1.0.0, a powerful NuGet package designed to seamlessly integrate Emmet's HTML/CSS toolkit into your C# development environment. This release marks a significant milestone in our effort to enhance coding efficiency and streamline web development for C# developers.
Features
- HTML/CSS Toolkit Integration: EmmetNetSharp brings the full power of Emmet's toolkit to your C# projects, allowing for rapid HTML and CSS coding.
- Easy Installation: Installable via the NuGet Package Manager or .NET CLI, EmmetNetSharp is designed for easy setup in your preferred IDE or command line environment.
- Abbreviation Expansion: Expand abbreviations using the ExpandAbbreviation method, with support for both markup and stylesheet syntax.
- Configurable Options: Customize your experience with various configuration options including syntax types and abbreviation styles.
- Abbreviation Extraction: Easily extract abbreviations from your source code, with support for look-ahead and custom prefixes, making it ideal for JSX and other mixed code environments.
- Additional Emmet Functionality: Access other Emmet features such as HTML/CSS matching and math expressions.