Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 4.4 KB

CHANGELOG.md

File metadata and controls

78 lines (53 loc) · 4.4 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

  • changing types to simplify use #41
  • test to isValidSchema #40
  • 1.3.0 #39

17 February 2022

  • Bump node-fetch from 2.6.6 to 2.6.7 #38
  • adding support for PARSE and MULTILINE_PARSE #37
  • 1.2.1 #35

15 February 2022

  • adding return types to methods #34
  • 1.2.0 #33

14 February 2022

  • Absolute paths options + handling absolute paths in includes. #32
  • 1.1.3 #31

11 February 2022

  • fixing @INCLUDE error #30
  • Guarding directives recognition #29
  • v1.1.2 #28

10 February 2022

  • we should export the TokenError class as a First Citizen #27
  • 1.1.1 #26

10 February 2022

  • exposing token error + pure message #25
  • 1.1.0 #24

v1.1.0

9 February 2022

  • @SET directive #23
  • clean up between camelCase and constants in TOKEN_TYPES #22
  • TokenIndex for Section -> token retrieval #21
  • Implementing @Includes directive #16
  • to string improvements #14
  • switching tokenizer #13
  • making schema to string to consider optional keys #12
  • badges #11
  • clean up + split workflows #10
  • Bump semver-regex from 3.1.2 to 3.1.3 #4
  • Bump path-parse from 1.0.6 to 1.0.7 #1
  • Bump tmpl from 1.0.4 to 1.0.5 #2
  • adding version badge #8
  • some README clean up #7
  • README #6
  • Fluent bit configuration parser + tests #5
  • TokenIndex for Section -> token retrieval (#21) #17
  • Initial commit c1662bc