Tags

Tags give the ability to mark specific points in history as being important
  • v1.2.1

    7018980c · Reach 100% test coverage. ·
    Release v1.2.1 - 100% Coverage
    
    With this release, we reach 100% test coverage and enforce this as a
    minimal value in the release pipeline.
  • v1.2.0

    Release v1.2.0
    
    Moving from MIT license to BSD3 license
  • v1.1.0

    338dae3c · Merge release v1.1.0 ·
    Release 1.1.0 - Massive performance gain!
    
    Changes on this release show a 20% performance gain to nxparse.Parse()
    
    Made everything faster by moving the HTTP header check to the default
    case and made the HTTP check WAY faster.
    
    Switch from int64 to int ande use Atio instead of ParseInt which
    massively increase performance for integer conversion.
    
    Entry creates the required numbers of HTTP map on initialization.
  • v1.0.3

    03a3e40f · Release v1.0.3 ·
    Release v1.0.3
    
    Initial release