Łukasz Kuczborski
8480648bd3
Fixed changelog entry
2021-04-10 05:57:40 +02:00
Łukasz Kuczborski
521a599a60
Fixed logic and tests
2021-04-09 23:37:54 +02:00
Łukasz Kuczborski
371a4737d9
Fixed missing braces
2021-04-09 23:27:00 +02:00
Łukasz Kuczborski
61919c5e8e
PR fixes
2021-04-09 23:21:46 +02:00
Łukasz Kuczborski
7c635975d1
Fix for crashing range indexes when variable length is 1
2021-04-09 22:51:55 +02:00
David Jennes
fd107355c2
Merge pull request #305 from danpalmer/patch-1
...
Fix build warning
2021-02-07 21:09:47 +01:00
Dan Palmer
f5f85d95a9
Fix build warning
...
`components` is not mutated, so it can be a `let`. This fixes the build warning that otherwise shows up in build logs.
2021-01-18 17:33:13 +00:00
Olivier Halligon
22440c5369
Reset CHANGELOG
2020-08-17 20:45:21 +02:00
Olivier Halligon
94197b3adb
typo in release script
0.14.0
2020-08-17 20:43:05 +02:00
Olivier Halligon
e93b33423b
Release 0.14.0 ( #300 )
...
* Introduce script to automate release
* Rakefile levelup
* Version 0.14.0
* Fix newline at end of podspec.json
* Ensure we start and end on master branch
And that we pull latest master before tagging
* CRLF at EOF
* Remove [:version] param from `release:finish` task
It can be guessed from the current podspec version
* Fix create_release task
* Ensure we run rake via bundle exec
Co-authored-by: David Jennes <djbe@users.noreply.github.com >
Co-authored-by: David Jennes <djbe@users.noreply.github.com >
2020-08-17 20:42:00 +02:00
David Jennes
19646bcddf
Update SwiftLint to 0.39.2 ( #295 )
...
* Update SwiftLint to 0.39.2
* Enable a bunch of extra rules
* Fix all warnings
* Ignore this Xcode generated folder
Co-authored-by: Olivier Halligon <olivier@halligon.net >
2020-08-12 22:52:00 +02:00
Marek Fořt
a84cd3d877
Update PathKit. ( #297 )
2020-08-12 21:13:45 +02:00
David Jennes
124df01d3c
Merge pull request #294 from stencilproject/feature/drop-swift-4
...
Drop Swift 4 support
2020-05-29 02:14:43 +02:00
David Jennes
0f1286c032
Forgot to remove v4 from Package.swift
2020-05-29 01:00:48 +02:00
David Jennes
9a61aa48e3
Update podspec
2020-05-27 01:09:55 +02:00
David Jennes
520f27be65
Add changelog entry
2020-05-27 01:02:56 +02:00
David Jennes
306d97b638
Update package.swift
2020-05-27 00:58:36 +02:00
David Jennes
386e9d0234
Remove unneeded backports
2020-05-27 00:58:28 +02:00
David Jennes
0e116b6202
Remove old swift versions from travis
2020-05-27 00:55:51 +02:00
Michael Zuccarino
9c3468e300
Public Context initialization ( #280 )
...
Co-authored-by: Ilya Puchka <ilyapuchka@gmail.com >
2020-01-12 15:39:04 +00:00
Andreas Ley
a1718ae350
Fix for incorrect tokenization due to index difference of Unicode character/scalar ( #286 )
...
* Fix: `Scanner` now uses indices of the respective UnicodeScalarView
* Fix: `Scanner` now uses indices of the respective UnicodeScalarView
* Extended test for Unicode `Combining Diaeresis`
* Fixed test for combining diaeresis
* Inlined template for testing Unicode combining diaeresis
Co-authored-by: Ilya Puchka <ilyapuchka@gmail.com >
2020-01-12 15:21:02 +00:00
Yonas Kolb
5b2d5dc5e0
Merge pull request #288 from samsonjs/patch-1
...
Fix articles example in the documentation
2019-12-07 07:55:03 +11:00
Sami Samhuri
00fca208a2
Fix articles example in the documentation
...
Context was being passed as the name param to `renderTemplate`, but it should be an actual name.
2019-12-06 08:05:16 -08:00
Yonas Kolb
a229b59d3d
Update CHANGELOG.md
2019-11-17 01:29:58 +11:00
Yonas Kolb
415c3eaa3d
Update CHANGELOG.md
2019-11-17 01:29:15 +11:00
David Jennes
e516ca9389
Merge pull request #268 from kawoou/master
...
Support swift 5.0
2019-05-23 14:37:24 +02:00
kawoou
4020a9851a
Test: SIL issues, #file as String
2019-04-15 13:35:33 +09:00
kawoou
3c973689a4
Fix swift SIL exception
2019-04-05 14:26:02 +09:00
Jungwon An
06ea016fd7
Merge branch 'master' into master
2019-04-05 13:25:31 +09:00
kawoou
c2f18790e3
Update travis CI.
2019-03-20 15:35:15 +09:00
Cruz
6addc46681
Update README.md ( #270 )
...
Simple change adding dot
as is
Sourcery, SwiftGen, Kitura, Weaver Genesis
to be
Sourcery, SwiftGen, Kitura, Weaver, Genesis
2019-02-17 14:58:36 +01:00
kawoou
782ffdd4c7
Code review by @djbe
2019-01-30 15:29:04 +09:00
kawoou
ebb7ece511
Update podspec swift version
2019-01-29 19:55:42 +09:00
kawoou
305dc31abd
Support swift 5.0
2019-01-29 15:17:26 +09:00
David Jennes
3394929008
Merge pull request #263 from stencilproject/empty-var-syntax-error
...
Syntax error on empty variable tag
2019-01-13 00:50:36 +01:00
Ilya Puchka
693565ddda
syntax error on empty variable tag
2019-01-12 22:28:09 +00:00
Yonas Kolb
0f18d43d9e
Merge pull request #261 from tomj/master
...
Stencil is used by Genesis
2018-12-12 16:59:07 +11:00
tomj
ee4203a269
Stencil is used by Genesis
2018-12-12 13:54:50 +08:00
David Jennes
5220c3791e
Merge pull request #249 from stencilproject/feature/swiftlint
...
SwiftLint integration
2018-11-11 17:43:29 +01:00
David Jennes
9243bba2b7
Fix typo in "InheritenceSpec"
2018-11-11 17:34:47 +01:00
David Jennes
deec93fbe1
Changelog entry
2018-11-11 17:34:47 +01:00
David Jennes
8510193d09
Run swiftlint on CI
2018-11-11 17:34:47 +01:00
David Jennes
2d82dcb003
Fix issues in Tests
...
t
2018-11-11 17:34:47 +01:00
David Jennes
3f4622f54f
Fix issues in Sources
...
Sources
sources
2018-11-11 17:34:47 +01:00
David Jennes
799490198f
Rules
...
rules
rules
2018-11-11 15:52:43 +01:00
David Jennes
6f3ca60e2b
Merge pull request #203 from stencilproject/dynamic-filter
...
Added filter to apply dynamic filters
2018-10-02 00:50:04 +02:00
Ilya Puchka
08fc21d177
Merge branch 'master' into dynamic-filter
2018-10-01 22:45:21 +01:00
Ilya Puchka
019d0cca76
updated docs
2018-10-01 22:16:43 +01:00
Ilya Puchka
da6a0ccaca
added some doc comments
2018-10-01 22:12:21 +01:00
Ilya Puchka
dbb5e14e9f
solve merge conflict issues
2018-10-01 21:59:03 +01:00