Skip to content

Commit 8ddb8bb

Browse files
committed
push changelog and update readme
1 parent ed3064a commit 8ddb8bb

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
56
Package for generating table of contents for the text.

0 commit comments

Comments
 (0)