Skip to content

Commit

Permalink
chore: prepared for release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Niedertscheider committed Dec 17, 2022
1 parent 7c19dee commit f9876a1
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 19 deletions.
59 changes: 44 additions & 15 deletions CHANGELOG.md
@@ -1,21 +1,14 @@
# Change Log

## [Unreleased](https://github.com/techprimate/TPPDF/tree/HEAD) (2021-??-??)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.5...2.4.0)
## [Unreleased](https://github.com/techprimate/TPPDF/tree/2.4.0) (2022-12-17)

**Implemented enhancements:**
[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.5...2.4.0)

- Added paper background colors (#244)
- Added name property to `PDFPageFormat` (#299 by @ptrkstr)

**Fixed bugs:**

**Closed issues:**

- Issue #244
## [2.3.5](https://github.com/techprimate/TPPDF/tree/2.3.5) (2021-04-11)

**Merged pull requests:**

## [Unreleased](https://github.com/techprimate/TPPDF/tree/2.3.5) (2021-04-11)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.4...2.3.5)

**Fixed bugs:**
Expand All @@ -33,6 +26,7 @@
- PR #268 (by philprime)

## [2.3.4](https://github.com/techprimate/TPPDF/tree/2.3.4) (2021-03-15)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.3...2.3.4)

**Fixed bugs:**
Expand All @@ -48,6 +42,7 @@
- PR #264 (by Sgkhour)

## [2.3.3](https://github.com/techprimate/TPPDF/tree/2.3.3) (2021-01-06)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.2...2.3.3)

**Fixed bugs:**
Expand All @@ -65,6 +60,7 @@
- PR #258

## [2.3.2](https://github.com/techprimate/TPPDF/tree/2.3.2) (2020-12-05)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.1...2.3.2)

**Implemented enhancements:**
Expand All @@ -91,6 +87,7 @@
- PR #255

## [2.3.1](https://github.com/techprimate/TPPDF/tree/2.3.1) (2020-09-23)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.0...2.3.1)

**Fixed bugs:**
Expand All @@ -106,6 +103,7 @@
- PR #226

## [2.3.0](https://github.com/techprimate/TPPDF/tree/2.3.0) (2020-07-16)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.2.0...2.3.0)

**Implemented enhancements:**
Expand All @@ -114,6 +112,7 @@
- Added `CaseIterable` to `PDFPageFormat`

## [2.2.0](https://github.com/techprimate/TPPDF/tree/2.2.0) (2020-06-27)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.1.2...2.2.0)

**Implemented enhancements:**
Expand All @@ -129,6 +128,7 @@
- PR #217

## [2.1.2](https://github.com/techprimate/TPPDF/tree/2.1.2) (2020-06-23)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.1.1...2.1.2)

**Fixed bugs:**
Expand All @@ -143,8 +143,8 @@

- PR #214 [by chrisgonzgonz]


## [2.1.1](https://github.com/techprimate/TPPDF/tree/2.1.1) (2020-06-16)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.1.0...2.1.1)

**Implemented enhancements:**
Expand All @@ -157,6 +157,7 @@
- Fixed indentations inside sections

## [2.1.0](https://github.com/techprimate/TPPDF/tree/2.1.0) (2020-06-15)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.0.1...2.1.0)

**Implemented enhancements:**
Expand Down Expand Up @@ -187,6 +188,7 @@
- Issue #211

## [2.0.1](https://github.com/techprimate/TPPDF/tree/2.0.1) (2020-05-31)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.0.0...2.0.1)

**Implemented enhancements:**
Expand All @@ -203,6 +205,7 @@
- Issue #204

## [2.0.0](https://github.com/techprimate/TPPDF/tree/2.0.0) (2020-05-19)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.6.0...2.0.0)

**Implemented enhancements:**
Expand All @@ -213,7 +216,7 @@

**Fixed bugs:**

- External document including empty pages
- External document including empty pages

**Closed issues:**

Expand All @@ -235,6 +238,7 @@
- Issue #181

## [1.6.0](https://github.com/techprimate/TPPDF/tree/1.6.0) (2020-03-23)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.5.4...1.6.0)

**Implemented enhancements:**
Expand Down Expand Up @@ -265,27 +269,31 @@
- Issue #177

## [1.5.4](https://github.com/techprimate/TPPDF/tree/1.5.4) (2019-06-06)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.5.3...1.5.4)

**Implemented enhancements:**

- Fixed carthage support once again

## [1.5.3](https://github.com/techprimate/TPPDF/tree/1.5.3) (2019-06-06)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.5.2...1.5.3)

**Implemented enhancements:**

- Fixed padding in groups
- Fixed padding in groups

## [1.5.2](https://github.com/techprimate/TPPDF/tree/1.5.2) (2019-06-06)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.5.1...1.5.2)

**Implemented enhancements:**

- Added group breaking

## [1.5.1](https://github.com/techprimate/TPPDF/tree/1.5.1) (2019-06-06)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.5.0...1.5.1)

**Implemented enhancements:**
Expand All @@ -297,6 +305,7 @@
- Issue #67

## [1.5.0](https://github.com/techprimate/TPPDF/tree/1.5.0) (2019-06-05)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.4.1...1.5.0)

**Implemented enhancements:**
Expand Down Expand Up @@ -328,6 +337,7 @@
- Issue #138

## [1.4.1](https://github.com/techprimate/TPPDF/tree/1.4.1) (2019-05-19)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.4.0...1.4.1)

**Fixed bugs:**
Expand All @@ -339,6 +349,7 @@
- #135

## [1.4.0](https://github.com/techprimate/TPPDF/tree/1.4.0) (2019-04-17)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.3...1.4.0)

**Implemented enhancements:**
Expand All @@ -357,6 +368,7 @@
- Issue #128

## [1.3.3](https://github.com/techprimate/TPPDF/tree/1.3.3) (2019-03-13)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.2...1.3.3)

**Implemented enhancements:**
Expand All @@ -379,6 +391,7 @@
- PR #119 [by yhelfronda]

## [1.3.2](https://github.com/techprimate/TPPDF/tree/1.3.2) (2019-01-22)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.1...1.3.2)

**Implemented enhancements:**
Expand All @@ -396,13 +409,15 @@
- PR #106 [by protspace]

## [1.3.1](https://github.com/techprimate/TPPDF/tree/1.3.1) (2018-11-13)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.0...1.3.1)

**Fixed bugs:**

- Issue #98

## [1.3.0](https://github.com/techprimate/TPPDF/tree/HEAD) (2018-10-03)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.2.1...1.3.0)

**Implemented enhancements:**
Expand All @@ -414,6 +429,7 @@
- PR #94 [by techprimate-phil]

## [1.2.0](https://github.com/techprimate/TPPDF/tree/1.2.0) (2018-07-12)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.1.2...1.2.0)

**Implemented enhancements:**
Expand All @@ -427,6 +443,7 @@
- Issue #78

## [1.1.2](https://github.com/techprimate/TPPDF/tree/1.1.2) (2018-07-12)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.1.1...1.1.2)

**Implemented enhancements:**
Expand All @@ -446,6 +463,7 @@
- PR #77 [by emericspiroux]

## [1.1.1](https://github.com/techprimate/TPPDF/tree/1.1.1) (2018-06-29)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.1.0...1.1.1)

**Implemented enhancements:**
Expand All @@ -461,6 +479,7 @@
- Issue #76

## [1.1.0](https://github.com/techprimate/TPPDF/tree/1.1.0) (2018-05-07)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.0.3...1.1.0)

**Implemented enhancements:**
Expand All @@ -472,6 +491,7 @@
- PR #63

## [1.0.3](https://github.com/techprimate/TPPDF/tree/1.0.3) (2018-05-07)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.0.2...1.0.3)

**Implemented enhancements:**
Expand All @@ -484,6 +504,7 @@
- Issue #64

## [1.0.2](https://github.com/techprimate/TPPDF/tree/1.0.2) (2018-04-18)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.0.1...1.0.2)

**Fixed bugs:**
Expand All @@ -495,20 +516,23 @@
- Issue #59

## [1.0.1](https://github.com/techprimate/TPPDF/tree/1.0.1) (2018-04-16)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.0.0...1.0.1)

**Merged pull requests:**

- PR #56 [by kf99916]

## [1.0.0](https://github.com/techprimate/TPPDF/tree/1.0.0) (2018-04-08)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/0.4.0...1.0.0)

**Implemented enhancements:**

- Rebuilt whole library, too much for one changelog

## [0.4.0](https://github.com/techprimate/TPPDF/tree/0.4.0) (2017-06-05)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/0.3.0...0.4.0)

**Implemented enhancements:**
Expand All @@ -525,6 +549,7 @@
- Issue #7

## [0.3.0](https://github.com/techprimate/TPPDF/tree/0.3.0) (2017-01-19)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/0.2.0...0.3.0)

**Implemented enhancements:**
Expand All @@ -548,18 +573,20 @@

- PR #3 from kf99916/master


## [0.2.0](https://github.com/techprimate/TPPDF/tree/0.2.0) (2016-11-07)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/0.1.5...0.2.0)

**Implemented enhancements:**

- Updated to Swift 3.0

## [0.1.5](https://github.com/techprimate/TPPDF/tree/0.1.5) (2016-11-09)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/0.1.4...0.1.5)

## [0.1.4](https://github.com/techprimate/TPPDF/tree/0.1.4) (2016-08-24)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/0.1.3...0.1.4)

**Implemented enhancements:**
Expand All @@ -571,13 +598,15 @@
- Small link issues in `CHANGELOG.md`

## [0.1.3](https://github.com/techprimate/TPPDF/tree/0.1.3) (2016-08-21)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/0.1.2...0.1.3)

**Implemented enhancements:**

- Added indentation command `SetIndentation(points: CGFloat)`

## [0.1.2](https://github.com/techprimate/TPPDF/tree/0.1.2) (2016-08-16)

[Full Changelog](https://github.com/techprimate/TPPDF/compare/0.1.1...0.1.2)

**Fixed bugs:**
Expand Down
2 changes: 1 addition & 1 deletion Example iOS-Carthage/Cartfile
@@ -1 +1 @@
github "techprimate/TPPDF" "develop"
github "techprimate/TPPDF" "main"
2 changes: 1 addition & 1 deletion TPPDF.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TPPDF'
s.version = '2.3.5'
s.version = '2.4.0'
s.summary = 'TPPDF is a simple-to-use PDF builder for iOS'
s.description = <<-DESC
TPPDF is an object-based PDF builder, completely built in Swift.
Expand Down
4 changes: 2 additions & 2 deletions TPPDF.xcodeproj/project.pbxproj
Expand Up @@ -3033,7 +3033,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 2.3.5;
MARKETING_VERSION = 2.4.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -3085,7 +3085,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 2.3.5;
MARKETING_VERSION = 2.4.0;
OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand Down

0 comments on commit f9876a1

Please sign in to comment.