Skip to content

Latest commit

 

History

History
331 lines (304 loc) · 39 KB

CHANGELOG.md

File metadata and controls

331 lines (304 loc) · 39 KB

Change Log

All notable changes to this project will be documented in this file. See versionize for commit guidelines.

2.1.0 (2023-12-29)

Features

  • enabled old commented out extensions now that we are using dotnet 6 plus (13530f1)

Other

  • Merge branch 'master' of github.com:Teodor92/MoreDotNet (b5dd05e)

2.0.4 (2023-12-16)

Bug Fixes

  • added code coverage badge (fcb288e)

Other

  • added code coverage reporting (3869f69)
  • change the path to the coverage info file (cd65ff9)
  • change the path to the coverage info file (e98cba5)
  • fixing incorrect path in ci config (fe2cde1)

2.0.3 (2023-12-16)

Bug Fixes

  • issue around git hooks not executing properly (5ea11be)
  • issues with file encodings and added an additional code coverage package (517970a)

2.0.2 (2023-12-16)

Features

  • added github action for basic ci (2e857cd)
  • added readme and licence to package (bd94d89)
  • adding travis ci (a3baebb)
  • remove old props from csproj file (327e8d0)
  • testing version bumping (172b19f)
  • updated packages (a74b698)
  • updated projects to dotnet 8 (fcd5d0d)

Bug Fixes

  • added missing yml file (717cb5d)
  • another commit to make the ci work (373532a)
  • csproj file attributes (ea5a4d8)
  • disabled mono for build (a78f3e7)
  • dummy comment to make the ci work (dda0998)
  • incorrect branch name (cc79a0d)
  • removed old data from csproj file (1fb713a)
  • updated README (1faaafd)

Other

  • #13 unit tests for StreamExtensions (2dba291)
  • add argumentnull exception (d750b59)
  • Add check if passed expression is not MemberAccessExpression. (39b0c3e)
  • Add check in IsBetween for range correctness. (701be13)
  • Add GenericExtensions::GetMemberName tests. (083d7f8)
  • Add IsBetween tests. (ef85cc4)
  • Add tests for ByteArrayExtensions (6bcc1e6)
  • Add tests for IConvertible extensions (8143dd1)
  • added blank lines and removed unnecessary tests (632f77b)
  • Added analyzers and fixed spelling mistakes. (6dc8c3b)
  • Added base classes for transliteration extensions. (18906c4)
  • Added char wrappers. (8ed86ae)
  • Added color extentions tests (81458c6)
  • Added dictionary extentions (6bffb9e)
  • Added documentation to string extentions (8c32783)
  • Added documentation to the color extentions (deb87f5)
  • Added documentation to the dictionary extentions (ca8ddb7)
  • Added Integer extentions tests (01e1011)
  • Added IsNullOrEmpty (7505035)
  • Added missing documentation. (264196e)
  • Added missing null check. (2ed03fe)
  • Added missing rule sets and files (89ac735)
  • Added missing test case for XmlDeserialize (3120e5d)
  • Added missing tests for EnumerableExtensions - closes #1 (ebb9a08)
  • Added Moq to test project. (1416799)
  • Added more string and DataTime extentions (e56214c)
  • Added more string extentions (5ec11d1)
  • Added more tests (c26fc0b)
  • Added more unit tests (472da28)
  • Added new extention types (d1c65b9)
  • Added new extentions and helpers (cc33c87)
  • Added new extentions and helpers (59af2a0)
  • Added new restore command. (5552963)
  • Added new restore command. (d85ffc3)
  • Added new test files (c9238bb)
  • added next char tests (f1f7bcc)
  • added next datetime test (7a7f640)
  • added next double tests (b2aa8b4)
  • added next string and next datetime tests (0c6eab3)
  • Added nuget package project for easy publishing. Note: need to configure. (c29e886)
  • Added ObjectExtension tests (8fd1447)
  • Added open cover. (a0fb4c6)
  • Added OS and Boolean extention (e7e18fe)
  • added OS tests (211fcde)
  • Added package info and fixed doc errors. (2df553b)
  • Added Roman numerals tests. Closes #15. (9066f04)
  • Added roman numerls extentions (720778b)
  • Added special provisions to the transliteration. (144d85b)
  • added tests (50177bd)
  • Added tests for EnumExtension (7cc0f8d)
  • Added tests for ICollection extention methods (8c188fe)
  • Added to HashSet method. (619c057)
  • Added unit tests for BinarySearch method of ListExtensions, 100% code coverage for method. (be405eb)
  • Added unit tests for boolean extentions (aea9d7a)
  • Added wrapper extentions for native value types static methods (90a6c4d)
  • Added XmlExtensions Unit Tests. (55aa866)
  • Adding more unit test to string extentions (2c150cf)
  • API separation (2f43065)
  • appveyor.yml fix (684d0a1)
  • Check length of buffer to help differentiate between UTF32 and UTF16 (cfa53f1)
  • CI config fix (8eb6f76)
  • Code coverage CI Integration experiment. (a3cf363)
  • Commit signing test. (716ce4c)
  • Config fixes. (4da49c3)
  • Config update (12f18cf)
  • Configuration fix (f78e779)
  • Cover DirectoryHelpers with unit tests #16 (bc370de)
  • Cover DirectoryHelpers with unit tests #16 #23 (b96e723)
  • Cover EnumerableExtensions with unit tests #1 (dea6ef5)
  • Coverage configurations (6915c45)
  • Created tests for EnumExtensions (a2fe613)
  • DirectoryHelpers.CreateTempDirectory tests implemented with Smocks. (f8097cd)
  • Disabled dynamic code coverage temporarily. (7393023)
  • Documented Boolean extension methods. (5578c1e)
  • Documented IConvertable extension methods. (c011c18)
  • Documented OperatingSystem extension methods. (03b6a32)
  • Documented roman numeral extension methods. (59cbba6)
  • Documented the DateTime extension methods. (920a612)
  • Documented the IEnumerable extensions (27f346a)
  • Documented the object extension methods. (1ae1d27)
  • Documented the stream extension methods. (90ea5ba)
  • Docummented the Random extention methods (174c5c3)
  • Dot net standard migration. (2b6f1fa)
  • edited NextCharTests (5398a4b)
  • edited OS versions according to (cc73116)
  • edited readme.md file (e5d7710)
  • edited test arguments (d1d48bb)
  • edited tests (6a21b4f)
  • enabled nuget pack restore (a4bd7d0)
  • Experimental fix (302db96)
  • Experimenting with the Better Code Hub online analysis tool. (3e47dbd)
  • extenden NextBoolTests (bcc1303)
  • Extracted transliteration to own project (138b820)
  • Finished extension methods documentation. (bb84aa5)
  • Finished NthIndexOf tests (64928ef)
  • Finished unit testing string extentions (ec03289)
  • Fix comments (06ff888)
  • Fix naming convention. (c016093)
  • Fix sln path (8cbe578)
  • Fixed broken mapping (a249f27)
  • fixed broken path (a5b88ae)
  • Fixed flags (1dcf466)
  • Fixed issues in XmlExtensionsTests. (1761de9)
  • fixed name for constant (1723082)
  • fixed names OneOfTests (9caac51)
  • Fixed namespace ordering and placement in ToStringTests.cs (44c068d)
  • fixed naming (fb53b5b)
  • fixed naming for NextDateTimeTests (e5be414)
  • fixed naming for NextStringTests and removed a test (752cfcf)
  • fixed naming NextCharTests (67bb18c)
  • fixed naming NextDoubleTests (c34786b)
  • fixed NextBoolTests (c637921)
  • fixed NextDoubleTests (6f638e9)
  • fixed NextStringTests (dbe2897)
  • fixed NextTimeSpanTests (5dcb242)
  • fixed NextTimeSpanTests (5763334)
  • fixed OneOfTests (b80938a)
  • fixed path problem (cc119e4)
  • Fixed paths (4b870ad)
  • Fixed stylecop errors (a39bf69)
  • fixed test (94657bf)
  • fixed tests (c5c2b0e)
  • fixed tests NextDateTimeTests (4f67d09)
  • Fixed tests project name and adjusted namespaces (3d2c1b3)
  • Fixed up test class and test case naming (6302c30)
  • Fixed wrong filename (f2b3f63)
  • Fixes to coverage result publishing (42238df)
  • General code style improvements (67e40a3)
  • Implemented test for IDataRecord.GetNullable() extension method. (9337f8a)
  • Implemented tests for FileHelpers methods. (0673c57)
  • Initial commit (d717c26)
  • Initial commit (9252d65)
  • Merge branch 'master' into issue_9 (8f84473)
  • Merge branch 'master' of https://github.com/Teodor92/MoreDotNet (f348ea4)
  • Merge branch 'master' of https://github.com/Teodor92/MoreDotNet (d1fdf7c)
  • Merge branch 'master' of https://github.com/Teodor92/MoreDotNet (406dea8)
  • Merge branch 'master' of https://github.com/Teodor92/MoreDotNet into xmlextensions_tests (767f927)
  • Merge pull request #18 from vladislav-karamfilov/master (ccade1c)
  • Merge pull request #19 from vladislav-karamfilov/master (175efd1)
  • Merge pull request #21 from vladislav-karamfilov/master (60dbad0)
  • Merge pull request #22 from vladislav-karamfilov/master (df44e89)
  • Merge pull request #23 from leonpw/master (435612d)
  • Merge pull request #24 from michelvosje/xmlextensions_tests (653834f)
  • Merge pull request #27 from goggenb/ObjectExtensionTests (029cf79)
  • Merge pull request #28 from jongleur1983/master (d003ca6)
  • Merge pull request #29 from vladislav-karamfilov/master (75f120e)
  • Merge pull request #32 from EgorMatirov/issue_9 (6cc9bd4)
  • Merge pull request #33 from M3LiNdRu/issue-08 (0a0751c)
  • Merge pull request #35 from georgimanov/master (79417bf)
  • Merge pull request #36 from M-Zuber/ConvertibleTests (02ddd24)
  • Merge pull request #37 from jeremywho/list-ext-binary-search-tests (1f5a036)
  • Merge pull request #38 from M-Zuber/master (cb1228b)
  • Merge pull request #40 from georgimanov/master (7f6873a)
  • Merge pull request #41 from georgimanov/master (c2bafb2)
  • Merge remote-tracking branch 'upstream/master' (1d1b005)
  • Merge remote-tracking branch 'upstream/master' (22b6238)
  • Merge remote-tracking branch 'upstream/master' (36b0fba)
  • Merge remote-tracking branch 'upstream/master' (abf7e21)
  • Merge remote-tracking branch 'upstream/master' (0457f1b)
  • Minor improvements. (612889a)
  • Minor rule set adjustments (c739d1f)
  • Minor style changes (bc74e54)
  • Minor style changes to comply with the project style. (5f539d3)
  • Minor style improvement. (dba4dfa)
  • New config (def8f76)
  • New config (d293a0e)
  • New config (96f9756)
  • New config (8e89a74)
  • New config (c528184)
  • New configuration (468f704)
  • New configuration (eee355f)
  • Nuget restore fix (f36617b)
  • Project reorganization (1edb7fb)
  • Project restructuring (62d0216)
  • README.md update (afbeb0f)
  • README.md update (5982fb3)
  • README.md update (380c825)
  • README.md update (ff7e2c1)
  • README.md update (7d03f51)
  • README.md update (b3f7b2f)
  • Refactored DirectoryHelpers methods' tests not to use the file system. (4b165e8)
  • Remove use of the file system in the tests (86cf7da)
  • Removed ICollection.IsNullOrEmpty() extension method because each ICollection is IEnumerable and there's already IEnumerable.IsNullOrEmpty extension method in this package. (76bd264)
  • Removed old code (69ef67b)
  • Removed old file. (c93fafb)
  • Removed old references. (78f5746)
  • Removed pre nuget restore (2541343)
  • Removed project from solution (882e36e)
  • Removed runner project (9568cc9)
  • removed test from NextCharTests (141e08f)
  • Removed ThrowIfArgumentIsNull extension method and replaced/added "native" null argument validation to all extension methods. (7e63489)
  • Removed transliteration project (b56fd7f)
  • removed unnecessary 'new[]' (448a6d4)
  • Removed unneeded nuget. (d118238)
  • Removed unneeded project (41d13cd)
  • Removed warning (7372799)
  • Renamings to match conventions (35b443d)
  • Revert "Using Microsoft.Fakes for DirectoryHelpers.CreateTempDirectory method testing." (d78d188)
  • Started unit testing the string extentions (08d2042)
  • Style cop fix. (7b6e3d0)
  • Style cop fixes (e4a5ae5)
  • StyleCop changes (755a526)
  • StyleCop fixes (1042f1a)
  • StyleCop fixes. (fa59c58)
  • Switched to .net standard 1.5 (1f1b48e)
  • Testing commit signing. (4603f94)
  • trying different path (5fa76dd)
  • Trying different path (c615627)
  • trying new test running command (520913c)
  • Trying to force build image. (854d8a9)
  • Trying to run scripts on different event (6033c47)
  • Trying to trigger build (117401e)
  • Turned off test coverage until fixed (3946925)
  • Typo fix (820a1b7)
  • Typo fix (9d0dcfd)
  • Typo fix (7d73f6a)
  • Typo fixed: extention -> extension. (00aee3b)
  • Update LICENSE (f8e3d87)
  • Update README.md (5cb3b63)
  • Update README.md (5cc5ca0)
  • Update README.md (a0c7951)
  • Update README.md (b7fc58e)
  • Update README.md (22fad4e)
  • Update README.md (4afcfd3)
  • Update README.md (f39437a)
  • Update README.md (13baade)
  • Update README.md (fd9f4b1)
  • Update README.md (fc2132a)
  • Update README.md (59b5115)
  • Update README.md (5ec8e5d)
  • Updated nuget packages. (b91da91)
  • Updated package version. (fd7f76d)
  • Updated the README.md (c2e0d82)
  • Using Microsoft.Fakes for DirectoryHelpers.CreateTempDirectory method testing. (0a81d10)
  • Various extentions added (655fa00)
  • work on DateTimeTests (78f4bff)
  • Wrappers fully tests (1f1f6be)
  • added build status (c1a3aa5)
  • added commit lint (592f390)
  • added incorrectly deleted command (1e16163)
  • added working directory flag to versionize (c5d3e2f)
  • adding publish step for publishing the packageg (15343b1)
  • remoe old ci artefacts (1600e68)
  • testing versions (76ab0b0)
  • version bump (cb988e0)
  • release: 2.0.0 (c27c3d9)

2.0.0 (2023-12-16)

Features

  • added github action for basic ci (2e857cd)
  • added readme and licence to package (bd94d89)
  • adding travis ci (a3baebb)
  • remove old props from csproj file (327e8d0)
  • testing version bumping (172b19f)
  • updated packages (a74b698)
  • updated projects to dotnet 8 (fcd5d0d)

Bug Fixes