//======================================================================
// ______ _                                 _ 
// |  _  (_)                               | |
// | | | |_  __ _ _ __ ___   ___  _ __   __| |
// | | | | |/ _` | '_ ` _ \ / _ \| '_ \ / _` |
// | |/ /| | (_| | | | | | | (_) | | | | (_| |
// |___/ |_|\__,_|_| |_| |_|\___/|_| |_|\__,_|
//======================================================================
// Revision Log
//== Current Version ===================================================
// 0.1.0
//== Revision Description ==============================================
// {VERSIONING}
// {COMMENTS}
//
// VERSIONING:
// {MAJOR.MINOR.BUGFIX.REVISION}
//
// MAJOR: major version
// MINOR: minor version
// BUGFIX: bug fix sequencial number
// REVISION: revision number (isn't part of version number)
//
// COMMENTS:
// {-} Revision description (add, modify, remove, fixed...).
// {*} Observations (additional informations like test scripts).
//== References ========================================================
// https://keepachangelog.com/en/0.3.0/
// https://semver.org/spec/v2.0.0.html
//== Revisions =========================================================

[2019-03-14]

0.1.0.2
- Include empty (undefined) types to be considered on parser.
- Fixed integer type value on NATIVE_TYPES of AnnotationParser.
- VarAnnotation will be trate undefined types as object.
- Adjust AnnotationParserTest to accept NULL and null data type test.

[2019-03-12]

0.1.0.1
- Initial project revision.
- IDE Eclipse and Composer Framework project settings.
- Add features to parse PHP Doc as annotations and register your owns annotations.
* 'PHP Unit' scripts included.