File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 2.1.0] - 2017-05-05
10+ ### Added
11+ - Framework agnostic support
12+ - Update Readme.MD
13+ - Support PHP 7.1
14+ ### Changed
15+ - Rename repository
16+ - Change properties and methods visibility
17+ - Rename methods:
18+ - ` setHeaderLinks ` to ` headerLinks `
19+ - ` arrayTableContents ` to ` tableContents `
20+ - ` str_replace_first ` to ` replaceFirstOccurrence `
21+ ### Removed
22+ - Support PHP 5.6
23+
24+ ## [ 2.0.0] - 2017-04-08
25+ ### Changed
26+ - Rename repository
27+ - Change properties and methods visibility
28+ - Rename methods:
29+ - ` setHeaderLinks ` to ` headerLinks `
30+ - ` arrayTableContents ` to ` tableContents `
31+ - ` str_replace_first ` to ` replaceFirstOccurrence `
32+
33+ ## [ 1.0.0] - 2017-03-30
34+ ### Added
35+ - The ability to generate table of contents
36+ - Create README.MD
Original file line number Diff line number Diff line change 11[ ![ License] ( http://img.shields.io/:license-mit-blue.svg )] ( http://doge.mit-license.org )
22[ ![ GitHub version] ( https://badge.fury.io/gh/lutdev%2Ftable-contents.svg )] ( https://badge.fury.io/gh/lutdev%2Ftable-contents )
3+ [ ![ Build Status] ( https://travis-ci.org/lutdev/table-contents.svg?branch=master )] ( https://travis-ci.org/lutdev/table-contents )
34
45## About
56Package for generating table of contents for the text.
You can’t perform that action at this time.
0 commit comments