Skip to content

Latest commit

 

History

History
83 lines (68 loc) · 4.53 KB

File metadata and controls

83 lines (68 loc) · 4.53 KB

Changelog

This project uses semantic versioning. Refer to Semantic Versioning in Practice for an overview of semantic versioning.

3.4.0 - Dec 24, 2021

Changes

  • Bumped dependencies.
  • Added support for nullable reference types.
  • Added netcoreapp3.1 and net5.0 targets.
  • Assembly now strongly types.

3.3.0 - Nov 18, 2019

Changes

  • Bumped HighlightJS to 9.16.2. (9864859)
  • Bumped NuGet dependencies. (004a6e9)

3.2.1 - Apr 10, 2019

Changes

  • Bumped some dependencies. (aafb014)

3.1.1 - Jan 19, 2019

Changes

  • Bumped Jering.Javascript.NodeJS to 4.1.1.

Fixes

  • Fixed StaticHighlightJSService concurrency issue. (8910037)
  • Fixed NuGet package's PackageLicenseUrl metadata.

3.1.0 - Dec 3, 2018

Additions

  • Added StaticHighlightJSService.DisposeServiceProvider.

Fixes

  • StaticHighlightJSService.Invoke* methods are now thread-safe.

3.0.1 - Nov 30, 2018

Changes

  • Changed project URL (used by NuGet.org) from jering.tech/utilities/web.syntaxhighlighters.highlightjs to jering.tech/utilities/jering.web.syntaxhighlighters.highlightjs for consistency with other Jering projects.

3.0.0 - Nov 29, 2018

Additions

  • Added StaticHighlightJSService.
  • Added Dispose(bool disposed) and a finalizer to HighlightJSService.

Changes

  • Breaking: IHighlightJSService.HighlightAsync and IHighlightJSService.IsValidLanguageAliasAsync now take a CancellationToken as an optional argument.
  • Improved XML comments.
  • Bumped Jering.Javascript.NodeJS to 4.0.3.
  • Updated Nuget package metadata.

2.2.0 - Oct 4, 2018

Changes

  • Bumped Microsoft.Extensions.DependencyInjection version.

2.2.0 - Oct 4, 2018

Changes

  • Bumped Microsoft.Extensions.DependencyInjection version.

2.1.0 - Aug 9, 2018

Changes

  • Bumped Jering.Javascript.NodeJS version.

2.0.0 - Aug 6, 2018

Changes

  • Renamed project to Jering.Web.SyntaxHighlighters.HighlightJS for consistency with other Jering packages. Using statements must be updated to reference types from the namespace Jering.Web.SyntaxHighlighters.HighlightJS instead of Jering.WebUtils.SyntaxHighlighters.HighlightJS.
  • Added .NET Standard 1.3 as a target framework.

1.1.0 - Jul 25, 2018

Additions

  • Added XML comments in Nuget package.

Changes

1.0.1 - Jul 3, 2018

Fixes

  • Fixed dev dependencies not being excluded from Nuget package.

1.0.0 - Jun 29, 2018

Initial release.