Skip to content

Commit

Permalink
Merge pull request #143 from techprimate/release/1.5.0
Browse files Browse the repository at this point in the history
Release/1.5.0
  • Loading branch information
philprime committed Jun 6, 2019
2 parents b7bb828 + 3047991 commit a2c7f2e
Show file tree
Hide file tree
Showing 282 changed files with 28,275 additions and 7,806 deletions.
70 changes: 47 additions & 23 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,57 @@
---
disabled_rules:
---
disabled_rules:
- large_tuple
excluded:
- todo
excluded:
- Carthage
- Pods
file_length:
error: 1200
warning: 500
force_cast: warning
force_try:
severity: warning
identifier_name:
excluded:
opt_in_rules:
- array_init
- closure_body_length
- closure_spacing
- collection_alignment
- convenience_type
- empty_count
- empty_string
- explicit_acl
- explicit_self
- file_header
- first_where
- last_where
- implicit_return
- joined_default_parameter
- let_var_whitespace
- lower_acl_than_parent
- mark
- missing_docs
- modifier_order
- multiline_function_chains
- redundant_nil_coalescing
- static_operator
file_length:
error: 1200
warning: 500
force_cast: warning
force_try:
severity: warning
identifier_name:
excluded:
- id
- x
- y
- i
min_length:
error: 2
warning: 2
included:
min_length:
error: 2
warning: 2
included:
- ../Source
line_length: 150
reporter: xcode
type_body_length:
line_length: 150
reporter: xcode
type_body_length:
- 300
- 400
type_name:
max_length:
error: 60
warning: 50
min_length: 2
type_name:
max_length:
error: 60
warning: 50
min_length: 2
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log

## [Unreleased](https://github.com/techprimate/TPPDF/tree/HEAD) (2019-??-??)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.4.1...HEAD)
[Full Changelog](https://github.com/techprimate/TPPDF/compare/1.5.0...HEAD)

**Implemented enhancements:**

Expand All @@ -11,7 +11,40 @@

**Merged pull requests:**

## [1.4.0](https://github.com/techprimate/TPPDF/tree/1.4.1) (2019-05-19)
## [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:**

- Changed framework methods to be "more Swift(y)"
- Added groups
- Added dynamic shapes for group background
- Added column with automatic wrapping (Issue #113)
- Added document wide text styles (Issue #57)
- Added automatic table of content based on text styles (Issue #58)

**Fixed bugs:**

- Fixed line separator in header and footer (Issue #88)
- Fixed image in footer layout calcuations (Issue #132)

**Closed issues:**

- #9
- #57
- #58
- #88
- #113
- #118
- #127
- #132
- #136
- #137
- #138

**Merged pull requests:**

## [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 Down
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- Nimble (8.0.1)
- Quick (2.0.0)
- SwiftLint (0.31.0)
- TPPDF (1.3.3):
- Quick (2.1.0)
- SwiftLint (0.32.0)
- TPPDF (1.4.1):
- SwiftLint

DEPENDENCIES:
Expand All @@ -22,9 +22,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d
SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3
TPPDF: eeb79f455ad3f277d41031f90e93cc37459fe109
Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d
SwiftLint: 009a898ef2a1c851f45e1b59349bf6ff2ddc990d
TPPDF: b74658b7cdde129e4bc508307437b9affd9f6229

PODFILE CHECKSUM: 72831a7ced7b912394f864c2ffd8f8f0fac7bfd5

Expand Down
12 changes: 6 additions & 6 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,043 changes: 1,088 additions & 955 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

80 changes: 0 additions & 80 deletions Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/TPPDF.xcscheme

This file was deleted.

0 comments on commit a2c7f2e

Please sign in to comment.