David Jennes
d18e27d6e4
Tweak gitignore
2022-07-27 02:09:52 +02:00
David Jennes
ec031f9c7f
Merge pull request #292 from stefanomondino/master
...
Make tokens public
2022-07-26 15:20:17 +02:00
David Jennes
7dbccf9686
Changelog entry
2022-07-26 15:03:55 +02:00
Stefano Mondino
c444fb959d
Make tokens public
2022-07-26 15:02:39 +02:00
David Jennes
c7e1c890f8
Reset CHANGELOG
2021-11-03 18:08:03 +01:00
David Jennes
ccd9402682
Merge pull request #319 from stencilproject/release/0.14.2
...
Release 0.14.2
0.14.2
2021-11-03 18:04:47 +01:00
David Jennes
9f0b9388d2
Bump gems
2021-11-03 17:59:55 +01:00
David Jennes
38f5faec78
Version 0.14.2
2021-11-03 17:59:46 +01:00
David Jennes
a724419474
Merge pull request #314 from astromonkee/update_pathkit_to_1.0.1
...
Update PathKit & Spectre to support Xcode 13
2021-10-07 23:09:00 +02:00
David Jennes
12b3a2e9bd
Add changelog entry
2021-10-07 23:08:06 +02:00
astromonkee
47a44889ae
Update Spectre to 0.10.1
2021-09-29 18:43:28 +09:00
astromonkee
01740c61d3
Update pathkit to 1.0.1
...
Pathkit 1.0.1 adds support for Xcode 13
2021-09-23 20:36:29 +09:00
David Jennes
c729a7d58f
Reset CHANGELOG
2021-04-11 16:30:50 +02:00
David Jennes
973e190edf
Merge pull request #307 from stencilproject/release/0.14.1
...
Release 0.14.1
0.14.1
2021-04-11 16:26:15 +02:00
David Jennes
e134aafe7f
Version 0.14.1
2021-04-11 00:17:27 +02:00
David Jennes
88fd776a02
Merge pull request #306 from lkuczborski/variable-crash-fix
...
Fix for crashing range indexes when variable length is 1
2021-04-10 18:08:27 +02:00
Ł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