Skip to content

Latest commit

 

History

History
184 lines (133 loc) · 15 KB

CHANGELOG.md

File metadata and controls

184 lines (133 loc) · 15 KB

2.4.6 (09 October 2024)

  • #101 - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE [bug] contributed by StefH

2.4.5 (12 July 2024)

  • #97 - Fix loading additional Handlebars.Net.Helpers dll's when running application from commandline using 'dotnet run' [bug] contributed by StefH
  • #96 - DynamicLinq Helpers Not Registering Correctly in .NET 8.0 WebAPI Project running in Docker [bug]

2.4.4 (27 June 2024)

  • #99 - Add Handlebars.Net.Helpers.Xslt [enhancement] contributed by StefH

2.4.3 (12 May 2024)

  • #93 - Add String.Equals with StringComparison [enhancement] contributed by StefH
  • #95 - When ThrowOnUnresolvedBindingExpression is False, do not throw when UndefinedBindingResult but use default value [enhancement] contributed by StefH
  • #94 - UndefinedBindingResult Throws exception when using #String.Equal [bug]

2.4.2.1 (18 April 2024)

  • #90 - Upgrade some NuGets [enhancement] contributed by StefH
  • #91 - Use version 1.3.12 from System.Linq.Dynamic.Core [enhancement] contributed by StefH

2.4.1.5 (12 March 2024)

  • #88 - Fixed casting problems in ExecuteUtils breaking EnumerableHelpers [bug] contributed by HenrikHoyer

2.4.1.4 (20 December 2023)

  • #87 - Update FormatAsString to make the format optional [enhancement] contributed by StefH

2.4.1.3 (14 December 2023)

  • #86 - String.FormatAsString [enhancement] contributed by StefH

2.4.1.2 (08 December 2023)

  • #85 - Workaround for: Random.Generate Type="Long" [bug] contributed by StefH

2.4.1.1 (08 December 2023)

  • #84 - Workaround for: Random.Generate Type="Long" [bug] contributed by StefH

2.4.1 (26 August 2023)

  • #82 - DateTime.Format contributed by StefH
  • #81 - Add DateTime.Format [enhancement]

2.4.0 (20 July 2023)

  • #77 - Fix some unit tests [Test] contributed by 0xced
  • #79 - Add Xeger unit-test [Test] contributed by StefH
  • #80 - Update XPath SelectNode and SelectNodes [enhancement] contributed by StefH

2.3.16 (27 March 2023)

  • #75 - Add unit test for String.Titlecase on dynamic [Test] contributed by StefH
  • #76 - String.Substring helper [enhancement] contributed by Andras-Csanyi
  • #74 - Adding further String helpers [enhancement]

2.3.15 (07 March 2023)

  • #73 - Update System.Linq.Dynamic.Core [enhancement] contributed by StefH

2.3.14 (06 March 2023)

  • #70 - Add Path.Lookup [enhancement] contributed by StefH
  • #71 - Update Handlebars.Net.Helpers.DynamicLinq [enhancement] contributed by StefH
  • #72 - Use Handlebars.Net 2.1.4 [enhancement] contributed by StefH

2.3.13 (26 January 2023)

  • #68 - Make some simple-json code internal + change the namespace [enhancement] contributed by StefH

2.3.12 (19 December 2022)

  • #66 - System.TypeLoadException : Could not load type 'HandlebarsDotNet.Poly… [bug] contributed by caoko
  • #65 - System.TypeLoadException : Could not load type 'HandlebarsDotNet.Polyfills.AsyncLocal`1' from assembly 'Handlebars, Version=2.1.2.0, Culture=neutral, PublicKeyToken=22225d0bf33cd661'. [bug]

2.3.11 (11 December 2022)

  • #64 - Add extension method "Evaluate" [enhancement] contributed by StefH

2.3.10 (01 December 2022)

  • #63 - Use latest RandomDataGenerator.Net [bug] contributed by StefH
  • #41 - Random number generation isn't very random [bug]

2.3.9 (25 November 2022)

  • #61 - Add String.Coalesce [enhancement] contributed by StefH
  • #62 - allow String equals checks to have null values contributed by kspearrin
  • #60 - Add String.Coalesce [enhancement]

2.3.8 (23 November 2022)

  • #57 - Fix String.Split + update dependencies [bug] contributed by StefH
  • #58 - String empty helpers [enhancement] contributed by kspearrin
  • #59 - Added basic boolean helpers [enhancement] contributed by kspearrin

2.3.7 (05 November 2022)

  • #56 - Add GetEnvironmentVariable [enhancement] contributed by StefH

2.3.6 (03 November 2022)

  • #55 - PluginLoader does not require file system access [enhancement] contributed by devkev2403

2.3.5 (26 April 2022)

  • #52 - Upgrade some NuGet packages [enhancement] contributed by StefH

2.3.4 (31 March 2022)

  • #51 - Upgrade to latest Handlebars.Net [enhancement] contributed by StefH
  • #50 - Update to the latest Handlebars.Net version [enhancement]

2.3.3 (21 February 2022)

  • #49 - Update System.Linq.Dynamic.Core [enhancement] contributed by StefH

2.3.2 (20 February 2022)

  • #48 - Upgrade System.Linq.Dynamic.Core, Humanizer, RandomDataGenerator.Net and XPath2.Extensions [enhancement] contributed by StefH

2.3.1 (05 February 2022)

2.3.0 (26 January 2022)

  • #45 - Upgrade Handlebars.Net to latest (2.1.0) [enhancement] contributed by StefH

2.2.1 (10 July 2021)

  • #39 - XPathHelper : Remove 'xml version' from XML document [bug] contributed by StefH

2.2.0 (12 June 2021)

  • #38 - Humanizer [enhancement] contributed by StefH

2.1.9 (01 June 2021)

  • #37 - Fix StackOverflow problem when providing invalid arguments to Math methods [bug] contributed by StefH
  • #36 - Stack Overflow on Math.Subtract and empty string [bug]

2.1.8 (06 May 2021)

  • #33 - CI Build : Don't run SonarCloud for PR [enhancement] contributed by StefH
  • #35 - Fix Math.Avg, Math.Divide and Math.Multiply [bug] contributed by StefH
  • #34 - Math methods with type double [bug]

2.1.7 (25 April 2021)

  • #32 - Fix the String.Join helper for IEnumerable contributed by 0xced

2.1.6 (23 April 2021)

  • #31 - Fix String.Format to handle formatting of multiple types correctly, not only DateTime [enhancement] contributed by DamienBraillard

2.1.5 (20 April 2021)

  • #30 - Add compare operators to Math [enhancement] contributed by StefH

2.1.4 (27 March 2021)

  • #24 - Add String PadLeft and PadRight [enhancement] contributed by mrbelk

2.1.3 (25 March 2021)

  • #26 - Add extra unit tests for Regex [enhancement] contributed by StefH
  • #28 - Remove default value from Regex helper [bug] contributed by StefH
  • #27 - Regex.IsMatch broken with ignore case [bug]

2.1.2 (18 March 2021)

  • #22 - Do not use StringValueParser when parsing arguments [bug] contributed by StefH
  • #21 - System.ArgumentException: 'Object of type 'System.Int32' cannot be converted to type 'System.String'.' [bug]

2.1.1 (09 February 2021)

  • #20 - Add CustomHelperPaths to options [enhancement] contributed by StefH

2.1.0 (06 February 2021)

  • #18 - Add XPath, DynamicLinq, Json, Xeger and Random [enhancement] contributed by StefH
  • #19 - Use SimpleJson and update packages [enhancement] contributed by StefH

2.0.2 (27 January 2021)

  • #17 - Add DateTimeHelpers [enhancement] contributed by StefH

2.0.1 (14 December 2020)

  • #16 - Remove dependency on Newtonsoft.Json [enhancement] contributed by StefH

2.0.0 (13 December 2020)

  • #13 - Enumerable test : IsEmpty contributed by StefH
  • #15 - Use HandleBars.Net version 2 contributed by StefH
  • #7 - Compatibility with Handlebarsjs (and Handlerbars.CSharp)? [bug]

1.1.1 (24 October 2020)

  • #12 - Enumerable.Select [enhancement] contributed by StefH
  • #9 - Enumerable.Select [enhancement]

1.1.0 (16 October 2020)

  • #11 - Sign assemblies [enhancement] contributed by StefH
  • #10 - The assembly is not signed [enhancement]

1.0.2 (24 June 2020)

  • #8 - Handlebars Net v.s. CSharp compatiblity fixes [enhancement] contributed by StefH

1.0.1 (12 June 2020)

  • #6 - MoreHelpers [enhancement] contributed by StefH

1.0.0 (22 April 2020)

  • #3 - Set up CI with Azure Pipelines [enhancement] contributed by StefH
  • #4 - Add prefix to options [enhancement] contributed by StefH
  • #5 - Add Contains method to StringHelper [enhancement] contributed by StefH

0.0.3 (18 April 2020)

  • #2 - Lower dependency from Handlebars.Net to 1.9.5 [enhancement] contributed by StefH

0.0.2 (18 April 2020)

  • #1 - Implement helpers for String, Math and Regex [enhancement] contributed by StefH