Skip to content

Releases: aglasencnik/EmmetNetSharp

Version 1.0.1

31 Dec 08:53
54720ff
Compare
Choose a tag to compare

In this release, we have addressed two critical bugs:

  1. 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.
  2. 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

11 Dec 15:07
690f1dd
Compare
Choose a tag to compare

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.