Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@MrDave1999 MrDave1999 released this 03 May 14:35
· 25 commits to master since this release

What's Changed

Bug Fixes

  • Ignore inline comments when using the tab key. (#128, #129)

New Features

  • Added extension method called GetEnv to the string class. (#126, #127)

Breaking Changes

  • Some classes have been marked as internals. (#123)
    ExceptionMessages and FormattingMessage classes are useless for the client. These are implementation details of the library.
  • Added Invariant Culture that is culture-independent. (#132)
    This was done to ensure the use of floating point (.) regardless of the regional configuration of the system.

Other Changes

  • Added support with Fluent Assertions. (#124)
  • Added a more understandable example on how to use the library. (#125)
    You can view the new example here.
  • Added a private method called ChangeType to EnvBinder class. (#131)