Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

35 lines (31 loc) · 1.21 KB

BrefAPI Changelog

Head

v0.4

  • Add an IDisposable interface and a registerSessionHooks() method in AModule.
  • Add BrefVaue(const BrefValue{List,Array} &) constructors.
  • Fix windows warning C4251
  • Fix compilation under *nix systems, where minor() and major() are already defined in <sys/types.h> (issue #6).
  • bref::status_codes / bref::request_methods / bref::Category : Add undefined values. It will be the default defined value in response header. Could be usefull to detect if another ContentHook. has already supported the content generation.
  • See diff

v0.3

  • Change IModule to AModule.
  • Add getType function in BrefValue, set confType enum as public (issues #1, #2 and #7).
  • Add missing double member variable / functions in BrefValue.
  • See diff

v0.2 / v0.1

  • API elections