Skip to content

Commit

Permalink
update changelog by github_changelog_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
skywinder committed Feb 23, 2015
1 parent a3c149c commit c22edbf
Showing 1 changed file with 85 additions and 54 deletions.
139 changes: 85 additions & 54 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,58 @@
# Changelog

## [3.2] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v3.2)
#### 02/11/14
## [Unreleased](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/HEAD) (2015-02-23)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v3.3...HEAD)

- *Closed issue:* Bottom Gradient not in latest Podspec [\#113](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/113)

- *Implemented enhancement:* Ability to draw negative values with different color [\#82](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/82)

- *Implemented enhancement:* NSString methods for y values/popups? [\#119](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/119)

## [v3.3](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v3.3) (2015-01-31)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v3.2...v3.3)

- *Merged pull-request:* Ensure permanent pop-up labels are not duplicated [\#122](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/122) ([kattrali](https://github.com/kattrali))

- *Merged pull-request:* fix bug about colorTouchInputLine [\#118](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/118) ([Vernsu](https://github.com/Vernsu))

- *Merged pull-request:* Update README.md [\#115](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/115) ([jeffreyjackson](https://github.com/jeffreyjackson))

- *Merged pull-request:* Bug/107 [\#111](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/111) ([Boris-Em](https://github.com/Boris-Em))

- *Merged pull-request:* Fixed touch report when no animation [\#110](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/110) ([Boris-Em](https://github.com/Boris-Em))

- *Merged pull-request:* Allow drawing a horizontal or vertical gradient as the graph line [\#101](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/101) ([kattrali](https://github.com/kattrali))

- *Merged pull-request:* Add ability to fill the top and/or bottom of a graph with a gradient [\#98](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/98) ([kattrali](https://github.com/kattrali))

- *Merged pull-request:* Pr/90 [\#97](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/97) ([Boris-Em](https://github.com/Boris-Em))

- *Merged pull-request:* Add automatically generated changelog file [\#94](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/94) ([skywinder](https://github.com/skywinder))

- *Merged pull-request:* able to customize text on no data label [\#93](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/93) ([sbhhbs](https://github.com/sbhhbs))

- *Merged pull-request:* Code improvements [\#90](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/90) ([skywinder](https://github.com/skywinder))

- *Merged pull-request:* Fix path in bridging header section in Readme [\#89](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/89) ([DavidQL](https://github.com/DavidQL))

- *Merged pull-request:* Reference line color & draw order [\#88](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/88) ([gavinbunney](https://github.com/gavinbunney))

- *Closed issue:* Gradient fill [\#57](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/57)

- *Implemented enhancement:* huge performance improvement suggestion [\#107](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/107)

- *Fixed bug:* BezierCurve do not always work [\#73](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/73)

- *Fixed bug:* autoScaleYAxis Not working with Bezier curves [\#99](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/99)

- *Fixed bug:* popupReport will not show up if animation has been set off [\#106](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/106)

- *Fixed bug:* Popup Labels Displaying as Double with iOS8 [\#74](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/74)

## [v3.2](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v3.2) (2014-11-02)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v3.1...v3.2)

- *Merged pull-request:* Split enableReferenceAxisLines into two properties [\#87](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/87) ([gavinbunney](https://github.com/gavinbunney))

- *Merged pull-request:* fix issue #80 [\#86](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/86) ([skywinder](https://github.com/skywinder))
Expand All @@ -18,104 +69,84 @@

- *Merged pull-request:* Add segment to select Bezier or straght line [\#76](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/76) ([skywinder](https://github.com/skywinder))

- *Implemented enhancement:* Y-axis label issues [\#62](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/62)

- *Implemented enhancement:* Touch interaction on touch-down, not just start-pan? [\#59](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/59)

- *Implemented enhancement:* enableReferenceAxisLines should be two: enableReferenceY-AxisLines and enableReferenceX-AxisLines [\#69](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/69)
- *Implemented enhancement:* Y-axis label issues [\#62](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/62)

- *Implemented enhancement:* Dots still animating when animationGraphStyle set to BEMLineAnimationNone [\#80](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/80)
- *Implemented enhancement:* enableReferenceAxisLines should be two: enableReferenceY-AxisLines and enableReferenceX-AxisLines [\#69](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/69)

- *Fixed bug:* BackgroundPopUplabel never show if enableYAxisLabel is set NO [\#71](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/71)

- *Closed issue:* gesture image for 'enableTouchReporting' = YES [\#65](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/65)

## [3.1] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v3.1)
#### 28/08/14
- *Implemented enhancement:* Reference Lines & Frame [\#40](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/40)

- *Implemented enhancement:* Closest point not calculated correctly [\#58](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/58)

- *Implemented enhancement:* BEMSimpleLineGraph uses delegate for dataSource [\#26](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/26)

- *Implemented enhancement:* Display pop-up label values all the time, not only on touch [\#28](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/28)

- *Implemented enhancement:* How to draw two relative graphs? [\#53](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/53)

- *Implemented enhancement:* Y-Axis labels [\#41](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/41)

- *Fixed bug:* Straight lines appear with extra curves [\#21](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/21)
- *Implemented enhancement:* Dots still animating when animationGraphStyle set to BEMLineAnimationNone [\#80](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/80)

- *Fixed bug:* Glitches appearing on bezier corners [\#22](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/22)
## [v3.1](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v3.1) (2014-08-28)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v3.0...v3.1)

- *Fixed bug:* alwaysDisplayDots=YES is not having effect when animationGraphEntranceTime=0.0 [\#61](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/61)

## [3.0] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v3.0)
#### 19/08/14
## [v3.0](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v3.0) (2014-08-19)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v2.3...v3.0)

- *Merged pull-request:* Podname should be quoted [\#55](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/55) ([zrcoder](https://github.com/zrcoder))

- *Merged pull-request:* Added Obj-C Tags and Added access to Labels [\#39](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/39) ([joeblau](https://github.com/joeblau))

- *Merged pull-request:* Add Y-Axis feature [\#33](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/33) ([japanconman](https://github.com/japanconman))

- *Fixed bug:* labelXaxisOffset flipped [\#23](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/23)

- *Fixed bug:* Exception thrown when number of X-Axis label is not good [\#46](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/46)

- *Fixed bug:* X-Axis label displays under the graph view [\#47](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/47)

- *Fixed bug:* Y-Axis zero value not aligned at graph origin [\#49](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/49)

- *Fixed bug:* Crash with one point or less on Feature branch [\#56](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/56)

## [2.3] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v2.3)
#### 02/06/14
## [v2.3](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v2.3) (2014-06-02)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v2.2...v2.3)

- *Merged pull-request:* Feature branch catch up on Master branch [\#32](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/32) ([Boris-Em](https://github.com/Boris-Em))

- *Fixed bug:* On Device [\#29](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/29)

- *Fixed bug:* index beyond bounds when touch graph [\#31](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/31)

## [2.2] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v2.2)
#### 19/05/14
- *Merged pull-request:* Feature branch catch up on Master branch [\#25](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/25) ([Boris-Em](https://github.com/Boris-Em))
## [v2.2](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v2.2) (2014-05-19)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v2.1...v2.2)

- *Fixed bug:* Parallel line for min/max values [\#15](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/15)
- *Merged pull-request:* Feature branch catch up on Master branch [\#25](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/25) ([Boris-Em](https://github.com/Boris-Em))

- *Fixed bug:* Outside the Graph [\#18](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/18)

- *Fixed bug:* Graph Displaying Opposite Direction [\#20](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/20)

## [2.1] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v2.1)
#### 20/04/14
## [v2.1](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v2.1) (2014-04-20)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v2.0.1...v2.1)

- *Fixed bug:* Demo projects not working. [\#14](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/14)

## [2.0.1] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v2.0.1)
#### 03/03/14
## [v2.0.1](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v2.0.1) (2014-03-03)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v2.0...v2.0.1)

- *Merged pull-request:* 2.0 Update [\#13](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/13) ([Sam-Spencer](https://github.com/Sam-Spencer))

## [2.0] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v2.0)
#### 02/03/14
## [v2.0](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v2.0) (2014-03-02)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v1.3...v2.0)

- *Implemented enhancement:* Several Graphs in the same View Controller [\#11](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/11)

- *Fixed bug:* Bug: The chart can not draw a single dot and it crashes. [\#6](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/6)

- *Fixed bug:* CALayerInvalidGeometry exception for duplicate & zeroed data points [\#3](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/3)

## [1.3] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v1.3)
#### 08/02/14
## [v1.3](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v1.3) (2014-02-08)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v1.2.2...v1.3)

- *Merged pull-request:* Feature 1.3, 1.x Update [\#2](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/2) ([Sam-Spencer](https://github.com/Sam-Spencer))

- *Fixed bug:* Bug: If all the values are the same [\#5](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/5)
## [v1.2.2](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v1.2.2) (2014-01-14)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v1.2.1...v1.2.2)

## [v1.2.1](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v1.2.1) (2014-01-08)
[Full Changelog](https://github.com/Boris-Em/BEMSimpleLineGraph/compare/v1.2...v1.2.1)

- *Fixed bug:* Two points with the same value will cause a crash. [\#7](https://github.com/Boris-Em/BEMSimpleLineGraph/issues/7)
## [v1.2](https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v1.2) (2014-01-04)

## [1.2.2] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v1.2.2)
#### 14/01/14
## [1.2.1] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v1.2.1)
#### 08/01/14
## [1.2] (https://github.com/Boris-Em/BEMSimpleLineGraph/tree/v1.2)
#### 04/01/14
- *Merged pull-request:* Interface Initialization & Reload Data [\#1](https://github.com/Boris-Em/BEMSimpleLineGraph/pull/1) ([Sam-Spencer](https://github.com/Sam-Spencer))


Expand Down

0 comments on commit c22edbf

Please sign in to comment.