Skip to content

Latest commit

 

History

History
311 lines (227 loc) · 24.6 KB

CHANGELOG.md

File metadata and controls

311 lines (227 loc) · 24.6 KB

PHP Markdown Extended changelog

1.0.0-rc.1 (2024-02-24)

Bug Fixes

  • arrayIterator + null string warnings (ea09c57)
  • break the inifinite loop of bump versions on master (0ca2883)
  • ci: add a CI script for running tests silently (bf79b81)
  • ci: force to use PHP 7 in CI (a52bc4f)
  • ci: try to not write anything for simple testing (1e8ef53)
  • code-fixer: new run of PHPCS (a795a7f)
  • code: try to be PHP8 compliant (b487130)
  • fi/then/else in Makefile (9570828)
  • full renaming the author info (0bde62d)
  • full renaming the author info (2cc4f51)
  • migrate configuration from 'git' to 'semantic-release/github' plugin (0535e3e)
  • php7: strip typing throwing errors (maybe PHP8 only?) (11149a3)
  • review the document title extraction & fix tests (#17) (4fe606f)
  • rollback the composer plugin of semantic-release as it seems abandoned (f841cd1)
  • try to build the phar when publishing (1a4f1b5)
  • try to build the phar when publishing (step 2) (ea2ad0e)
  • try to build the phar when publishing (step 3) (cc625a4)
  • try to build the phar when publishing (step 4) (129224a)
  • try to build the phar when publishing (step 5) (c8872a6)
  • try to make a commit when publishing (599c3ed)
  • try to make a commit when publishing (step 2) (f59f93b)
  • type: rollback to Exception type for the 'handleException' method (d9c5072)
  • use the raw version parameter for the 'make-release' internal action (16c80ce)
  • use the raw version parameter for the 'make-release' internal action (step 2) (ffa3221)

Features

  • add a new dockerfile for a complete dev image (61b9427)
  • add a test runner for PHP5 (db27428)
  • add a test runner for PHP8 (72ae813)
  • be php 5 compilant (53549f7)
  • chore: review the dev tools: phpcs, phpdoc, phpmd, phpunit (f464a31)
  • ci: create release from 'develop' (af118e3)
  • ci: no more Travis, replaced by GitHub Actions with Semantic Release (62304ed)
  • force a new release (4977fc2)
  • make some cleanup after experiencing a real version bump (cebc803)
  • php7-migration: push the project back to life (faf8844)
  • php7: run the code standard fixer with PHP7 standards (5a34609)
  • send tests coverage to codeclimate (00272e5)
  • test: review of tests with groups and information about the manifest part treated (e115230)
  • tests: review of unit tests for a better display (ad4d0d3)

1.0.0-rc.12 (2024-02-12)

Bug Fixes

  • review the document title extraction & fix tests (#17) (b9b3926)

1.0.0-rc.11 (2024-02-04)

Features

  • send tests coverage to codeclimate (324d226)

1.0.0-rc.10 (2024-02-04)

Features

  • make some cleanup after experiencing a real version bump (066589a)

1.0.0-rc.9 (2024-02-04)

Bug Fixes

  • try to build the phar when publishing (05e66bc)
  • try to build the phar when publishing (step 2) (a01ab19)
  • try to build the phar when publishing (step 3) (67ebc2e)
  • try to build the phar when publishing (step 4) (ef89d78)
  • try to build the phar when publishing (step 5) (5d98371)

1.0.0-rc.8 (2024-02-04)

Bug Fixes

  • try to make a commit when publishing (step 2) (1ebcb30)

1.0.0-rc.6 (2024-02-04)

Bug Fixes

  • break the inifinite loop of bump versions on master (811dac3)

1.0.0-rc.5 (2024-02-04)

Features

  • add a new dockerfile for a complete dev image (7874683)

1.0.0-rc.1 (2024-02-04)

Bug Fixes

  • ci: add a CI script for running tests silently (1486a61)
  • ci: force to use PHP 7 in CI (1f2bf0b)
  • ci: try to not write anything for simple testing (3253061)
  • code-fixer: new run of PHPCS (30462ee)
  • code: try to be PHP8 compliant (eec71af)
  • fi/then/else in Makefile (c9d601c)
  • full renaming the author info (0bde62d)
  • full renaming the author info (2cc4f51)
  • migrate configuration from 'git' to 'semantic-release/github' plugin (ed6de37)
  • php7: strip typing throwing errors (maybe PHP8 only?) (4bee740)
  • rollback the composer plugin of semantic-release as it seems abandoned (288742c)
  • type: rollback to Exception type for the 'handleException' method (8f35eac)
  • use the raw version parameter for the 'make-release' internal action (a1e0c0f)
  • use the raw version parameter for the 'make-release' internal action (step 2) (bc8b562)

Features

  • add a test runner for PHP5 (2bbf2ae)
  • add a test runner for PHP8 (81005c9)
  • be php 5 compilant (e043e82)
  • chore: review the dev tools: phpcs, phpdoc, phpmd, phpunit (7ba2e57)
  • ci: create release from 'develop' (f8f0117)
  • ci: no more Travis, replaced by GitHub Actions with Semantic Release (c7f5365)
  • force a new release (c6e6d73)
  • php7-migration: push the project back to life (6607973)
  • php7: run the code standard fixer with PHP7 standards (052b79d)
  • test: review of tests with groups and information about the manifest part treated (d9fed44)
  • tests: review of unit tests for a better display (6b06456)

1.0.0-rc.1 (2024-02-04)

Bug Fixes

  • ci: add a CI script for running tests silently (1486a61)
  • ci: force to use PHP 7 in CI (1f2bf0b)
  • ci: try to not write anything for simple testing (3253061)
  • code-fixer: new run of PHPCS (30462ee)
  • code: try to be PHP8 compliant (eec71af)
  • fi/then/else in Makefile (c9d601c)
  • full renaming the author info (0bde62d)
  • full renaming the author info (2cc4f51)
  • migrate configuration from 'git' to 'semantic-release/github' plugin (ed6de37)
  • php7: strip typing throwing errors (maybe PHP8 only?) (4bee740)
  • rollback the composer plugin of semantic-release as it seems abandoned (288742c)
  • type: rollback to Exception type for the 'handleException' method (8f35eac)
  • use the raw version parameter for the 'make-release' internal action (a1e0c0f)
  • use the raw version parameter for the 'make-release' internal action (step 2) (bc8b562)

Features

  • add a test runner for PHP5 (2bbf2ae)
  • add a test runner for PHP8 (81005c9)
  • be php 5 compilant (e043e82)
  • chore: review the dev tools: phpcs, phpdoc, phpmd, phpunit (7ba2e57)
  • ci: create release from 'develop' (f8f0117)
  • ci: no more Travis, replaced by GitHub Actions with Semantic Release (c7f5365)
  • force a new release (c6e6d73)
  • php7-migration: push the project back to life (6607973)
  • php7: run the code standard fixer with PHP7 standards (052b79d)
  • test: review of tests with groups and information about the manifest part treated (d9fed44)
  • tests: review of unit tests for a better display (6b06456)

1.0.0-rc.4 (2024-02-04)

Bug Fixes

  • rollback the composer plugin of semantic-release as it seems abandoned (288742c)
  • use the raw version parameter for the 'make-release' internal action (step 2) (bc8b562)

1.0.0-rc.2 (2024-02-04)

Features

1.0.0-rc.1 (2024-02-04)

Bug Fixes

  • ci: add a CI script for running tests silently (1486a61)
  • ci: force to use PHP 7 in CI (1f2bf0b)
  • ci: try to not write anything for simple testing (3253061)
  • code-fixer: new run of PHPCS (30462ee)
  • code: try to be PHP8 compliant (eec71af)
  • fi/then/else in Makefile (c9d601c)
  • full renaming the author info (0bde62d)
  • full renaming the author info (2cc4f51)
  • php7: strip typing throwing errors (maybe PHP8 only?) (4bee740)
  • type: rollback to Exception type for the 'handleException' method (8f35eac)

Features

  • add a test runner for PHP5 (2bbf2ae)
  • add a test runner for PHP8 (81005c9)
  • be php 5 compilant (e043e82)
  • chore: review the dev tools: phpcs, phpdoc, phpmd, phpunit (7ba2e57)
  • ci: create release from 'develop' (f8f0117)
  • ci: no more Travis, replaced by GitHub Actions with Semantic Release (c7f5365)
  • php7-migration: push the project back to life (6607973)
  • php7: run the code standard fixer with PHP7 standards (052b79d)
  • test: review of tests with groups and information about the manifest part treated (d9fed44)
  • tests: review of unit tests for a better display (6b06456)

CHANGELOG for old history (before version 1.0.0)

  • (upcoming release)

    • 5afb3da - review of the 'auto' templating logic (picas)
    • 1767efa - rename 'Gramar\GamutsLoader' service to 'GamutsLoader' (picas)
  • v0.1.0-delta (2015-04-16 - b2c1a05)

    • b7d515f - prepare version 0.1.0-delta (picas)
    • 223930a - new 'make-release' dev action (picas)
    • 19cbc6d - manage the case where no default template is set (inline template instead) (picas)
    • 164210f - externalization of the work in Parser (picas)
    • 38f3100 - review of filters & API (picas)
    • abf5629 - rename manpages with section number (picas)
    • d7cbdef - [REFOUND] large review of the code (picas)
    • 7ade2d9 - usage of '@stable' development dependencies (picas)
    • 7ae5dfc - usage of my fork of the SplClassLoader (picas)
    • 30ca234 - improve bootstraper inclusion in console (picas)
    • 0a2f2f1 - rename of 'docs' to 'doc' (picas)
    • 88c1f61 - more comprehensive 'slugification' process (picas)
    • f415f4a - fix #9: differentiate inline and block maths (picas)
    • a04ea4f - always add an ID for referenced images (picas)
    • 6cccbc5 - review of the builders (picas)
  • v0.1.0-gamma.5 (2015-01-03 - 89a6358)

    • 00f793a - uniformization of EOL to LF (some files were CRLF) (picas)
    • 5f861a3 - review of phpunit tests (picas)
    • fa8045c - inversion of email/url treatments (url must be treated last) (picas)
  • v0.1-gamma4 (2014-12-26 - 9a76856)

    • c93a433 - add the manpages in composer binaries (automatically added in project's 'bin/') (picas)
    • 8fdb149 - new ignored files for tag tarballs (picas)
    • 2540f42 - force cherry-picking of #75ce621 (picas)
    • f813b0c - fix CRLF in md file (picas)
    • 10a45fb - adding the @package info to the whole classes (picas)
    • abb4c29 - fix list of meta-characters in Config.php (picas)
    • 9d24bd6 - adding the MDE specs info (picas)
    • 5a2f8de - auto-escaping the '>' following rule A7 (picas)
    • 6ecfbd7 - adding the '>' escaped character in configuration following spec D2 (picas)
    • cb87ab9 - do not verify the link IS an url (no protocol) (picas)
    • c984b5f - allow backticks for fenced code blocks (picas)
    • 618f52e - fix #6: we now transform Sextet in ATX and let the ATX be parsed ... (picas)
    • ff28275 - light-weight demo review using CDN for jQuery, Bootstrap and Font Awesome (picas)
    • dc55796 - new Syntax documentation (first try - to be continued) (picas)
    • b8187c9 - new 'replace' info in composer.json (old versions) (picas)
  • v0.1.0-gamma.3 (2014-07-18)

  • v0.1.0-gamma.2 (2014-06-28)

    • 5681190 - new versions following commit 7edee42 (picas)
    • 6bb94bb - transferring ownership of the repo - renaming the package in 'picas/markdown-extended' (picas)
  • v0.1.0-gamma (2014-06-14)

  • v0.1.0-beta (2014-05-07)

    • 4a48411 - Fixing files rights (picas)
    • ec67a2f - Full and reviewed license (picas)
    • 68c3f1c - New special title for anchors links (in page links) (picas)
    • 9d2b65b - Skipping the new "email" attribute in HTML link tags (picas)
    • 95b6101 - Managing the email encoding when it's not wanted (picas)
  • v0.1.0-alpha (2013-10-21)

    • f9bef62 - Merging wip for Helper.php (picas)
    • 568f971 - Adding PHPMD to the requirements (picas)
    • 98078a7 - Working on the MAN format (picas)
    • 85fa166 - Correction in BlockQuote (picas)
    • 8729c27 - Renaming "LICENSE" (picas)
    • 96bccb0 - New demo + console models (picas)
    • 9fbb21c - New helper methods (picas)
    • cf3def2 - Renaming all gamuts with correct cases (picas)
    • 5292ee0 - Corrections in gamuts cases for case-sensitive OS (picas)
    • d6e8010 - Corrections in the Console and README file (picas)
    • 3ff7f07 - New Sami documentation config (picas)
    • 1dea462 - Corrections and Penney as author (picas)
    • 2c4d5ac - New strategy in the demo (picas)
  • MarkdownExtended-OO-v1.0 (2012-03-03 - fe1d093)

    • d5645c9 - Preparing tag OO version 1.0 (picas)
    • 2c72757 - Fully Object Oriented version (picas)
    • dc5e2b3 - Renaming of the project to 'PHP Extended Markdown' (picas)
    • 0928955 - I add a cheat sheet tool (HTML) (picas)
    • 1a7d957 - Attributes for images and links are OK (picas)
    • 85e7cda - Refund of the index to test MultiMarkdown (picas)
    • 6ee67b0 - First version of the all code (picas)