Skip to content

Latest commit

 

History

History
129 lines (71 loc) · 5.05 KB

ReleaseNotes.md

File metadata and controls

129 lines (71 loc) · 5.05 KB

2.0.0 (20 March 2018)

  • #43 - Case insensitivity option (#41) contributed by (bernhof) +enhancement
  • #42 - IndexOutOfRangeException
  • #41 - Case sensitivity option
  • #40 - Infinite loop?
  • #39 - Glob.Match InvalidOperationException
  • #38 - Build failing - cake issue. +fix
  • #30 - match assembly version and nuget version
  • #17 - Comparison with Microsoft.Extensions.FileSystemGlobbing

Commits: 1db697f835...02bac8e818

1.6.8 (02 October 2017)

  • #37 - endless loop in version 1.6.6
  • #28 - Match vs IsMatch +enhancement

Commits: afc4ecf6e8...5b400f03f2

1.6.7 (02 October 2017)

  • #36 - add target framework "net47"
  • #34 - Pattern **/ not working

Commits: a7659739ed...4436a7eee6

1.6.6 (06 September 2017)

  • #33 - Unexpected match with ** +fix

Commits: cc825e8b00...31ae335b8f

1.6.5 (27 August 2017)

  • #32 - Defect: Patterns with Unsupported non alph-numeric characters fail to match

Commits: 0ada92e5b0...1b08223e16

1.6.4 (12 July 2017)

  • #31 - Defect: Spaces After Comma Doesn't Match +fix
  • #29 - wrong match for "C:\name.ext" to glob pattern "C:\name**" +fix

Commits: 441ed8f828...80cdcf129c

1.6.2 (30 June 2017)

  • #27 - "C:\THIS_IS_A_DIR**\somefile.txt" matches wrongly to "C:\THIS_IS_A_DIR\awesomefile.txt" +fix

Commits: c41f0382e6...5420465122

1.6.0 (18 May 2017)

  • #26 - Wildcard pattern giving false positive match +fix
  • #25 - Single asterisk behaviour

Commits: 71cc22c3d5...bffdc7e63c

1.5.0 (05 May 2017)

  • #24 - Add back in net4 and net46 targets.
  • #23 - Update / Fix AppVeyor build to vs2017
  • #22 - Migration to csproj as well as minor changes contributed by Ian Qvist (Genbox)
  • #20 - Does not recognise : or _ as valid characters +fix
  • #19 - Add benchmark results to wiki
  • #16 - Does not recognise ~ as a valid character +fix

Commits: 5c27f96195...98dceae298

issue-27 (06 June 2017)

  • #21 - /DIR1/DIR2/file.txt won't match glob /DIR1//
  • #18 - Add a license

Commits: 0263c8e1d1...d8bc2c991b

1.4.2 (05 January 2017)

  • #15 - Add tilde ('~') character support contributed by Ka-ming Chan (ming4883)
  • #14 - Index outside bounds of array +fix

Commits: 6fe5667bd9...75d01b8436

1.4.0 (15 December 2016)

  • #13 - ** Directory wildcard not matching correctly +fix

Commits: e171c4e858...3e8d541a0b

1.3.0 (14 December 2016)

  • #12 - Add more benchmarks against compiled Regex
  • #11 - Benchmark Non Matches
  • #10 - More Performance Improvement Ideas and Heurisitcs
  • #9 - DirectoryWildcards
  • #8 - Add Benchmarks
  • #7 - Consider..

Commits: 1a5e77e3b0...ad290cf3a1

1.2.0 (09 December 2016)

  • #6 - Glob Match Generator
  • #5 - Glob Builder
  • #4 - Glob Formatter
  • #3 - Glob should override string and return pattern

Commits: f1a3e3f6cc...b83e6ef3c0

1.0.1 (07 December 2016)

  • #2 - Performance Comparison Tests

Commits: db53a8570a...89bfaf33b2