52 Commits

Author SHA1 Message Date
Lars 0c202883d3 Update Docs 2025-09-17 15:43:31 +02:00
r3econ 224b98d5da Update Docs 2025-05-14 06:02:14 +00:00
art-divin ac4d8b1846 Update Docs 2024-12-29 10:31:15 +00:00
art-divin 070d0b1f6c Update Docs 2024-06-22 19:23:30 +00:00
art-divin 3b84a205f2 Update Docs 2024-05-01 17:11:58 +00:00
art-divin fd8648091d Update Docs 2024-04-14 19:23:27 +00:00
art-divin e9e1875c22 Update Docs 2024-03-30 18:34:21 +00:00
art-divin 63c2c53b05 Update Docs 2024-03-29 19:49:07 +00:00
art-divin 8599afb577 Update Docs 2024-03-29 17:09:13 +00:00
art-divin afd13488b6 Update Docs 2024-03-19 18:18:30 +00:00
art-divin 28376b93d2 Update Docs 2024-03-02 18:01:28 +00:00
art-divin e69440a30a Update Docs 2024-01-23 12:29:18 +00:00
art-divin bd55819a49 Update Docs 2024-01-23 08:00:29 +00:00
art-divin 8b5ad0de0e Update Docs 2024-01-22 20:44:53 +00:00
art-divin 226a8c8a95 Update Docs 2024-01-15 22:29:22 +00:00
art-divin dfe40235d0 Update Docs 2024-01-15 19:22:10 +00:00
Ruslan Alikhamov 18f868916b Updated docs 2023-10-29 10:41:33 +04:00
Ruslan Alikhamov 0007f01863 updated docs 2023-10-29 08:12:55 +04:00
Ruslan Alikhamov 96048dc230 Updated docs 2.1.1 2023-09-18 22:55:23 +04:00
Ruslan Alikhamov b59864c1b7 Updated docs to 2.1.0 2023-09-14 21:26:13 +04:00
Krzysztof Zabłocki 4a12b81e34 chore: docs 2023-07-02 13:15:02 +02:00
Krzysztof Zablocki 268ddbe832 chore: docs 2023-02-06 11:23:06 +01:00
Krzysztof Zablocki 3f8b278292 chore: docs update 2022-12-07 12:41:04 -05:00
Krzysztof Zablocki 08ee5de126 chore: docs 2022-12-07 09:48:53 -05:00
Krzysztof Zablocki 05e732a50c chore: docs 2022-12-07 09:48:53 -05:00
Krzysztof Zablocki b5a2d28489 docs: update metadata for 1.8.2 release 2022-07-28 12:14:22 +02:00
Krzysztof Zablocki 15948398a7 chore: docs 2022-04-20 17:15:21 +02:00
Krzysztof Zablocki a7fc3dd7c8 chore: update docs 2022-03-28 17:22:36 +02:00
Krzysztof Zablocki 6cc9a2f61f chore: update docs 2022-02-26 13:02:49 +01:00
Krzysztof Zablocki 800d706992 chore: update docs 2022-02-26 12:59:17 +01:00
Krzysztof Zablocki f1ccde8cae chore: update docs 2021-12-09 16:14:57 +01:00
Krzysztof Zablocki ae34fa7ad7 chore: update docs 2021-09-26 17:12:58 +02:00
Krzysztof Zabłocki 309b6d67aa Update dependencies (#992)
* Update dependencies to fix build on Xcode 13 and support Swift 5.5

* Update lib_InternalSwiftSyntaxParser.dylib

* Update XcodeProj version to try to fix build

* Update Xcode to try to fix CI

* fix: workaround jazzy docs issue

* chore: add destination to test builds

* chore: add coreutils

Co-authored-by: Bruno Coelho <4brunu@gmail.com>
2021-09-25 11:27:19 +02:00
Krzysztof Zablocki 6b9266a7bf feat: update docs and circle / jazzy setup 2021-07-21 08:00:21 +02:00
Krzysztof Zabłocki e834936a0c SPM & 5.4 (#951)
* WIP

* Fix path to the resources of test target

* Introduce SourceryLib target for testing purpose. It is the same as Sourcery but library, not executable.

Reason: linker has problems linking test target against executable.

* Import main target as SourceryLib when appropriate

* Re-enable specs that cause linker errors previously. JS spec left disabled since it needs additional configuration

* Add instruction how to fix error while running tests from Xcode

* No need to set ejsPath manually when framework is built with SPM anymore. Re-enable JS spec.

* Fix file references and build settings

* Use single define `SPM` that is set when the project is built by SPM

* Add CodableContextTests

* Fix build when building with SPM alone

* WIP TemplatesTests

* Fix executable name

* Update TemplatesTests

* Fix compilation of Xcode's project

* Add note

* Replace SPM flag with SWIFT_PACKAGE

* Revert Code signing settings

* Use release version of Nimble

* Point Quick to 3.0.0 version

* Optimize imports

* Exclude some files

* Fix error message

* Update template

* Change wording

* Add entry to CHANGELOG

* Rakefile: fix path to ejs.js

* Rakefile: fix path to ejs.js #2

* CircleCI config: fix path to ejs.js

* Add location of lib_InternalSwiftSyntaxParser.dylib to the -rpath

* Use bundled version of lib_InternalSwiftSyntaxParser.dylib

* Fix Nimble dependency

* Update -rpath of executable too. Otherwise it won't find the library when launched during TemplatesTests.

* Fix imports

Add 'import Foundation'

* Updated bundled sources

* feat: remove xcodeproj and add 5.4

* chore: update rakefile

* chore: update docs

* chore: cleanup rakefile

* chore: disable coverage since it won't work with spm only setup

Co-authored-by: HeMet <hemet.mail@gmail.com>
2021-05-02 11:37:18 +02:00
Krzysztof Zablocki 261c9338fa chore: docs bump 2021-04-20 15:47:57 +02:00
Krzysztof Zablocki 76df26220a chore: update docs 2021-03-10 14:55:56 +01:00
Krzysztof Zablocki 61d6b206d9 chore: update docs 2021-03-07 08:06:48 +01:00
Krzysztof Zablocki bfab853d27 feat: switch to SwiftSyntax 2021-03-03 10:20:58 +01:00
Krzysztof Zablocki ed2adc5970 chore: run rake update docs 2020-11-27 07:53:07 +01:00
Eric Horacek 4a6b73fad4 Nest ProtocolCompositions docs under Types category (#836)
* Nest ProtocolCompositions docs under Types category

* Regenerate docs
2020-05-18 11:17:11 +02:00
Eric Horacek 3e63cce7b4 Add missing documentation for the ProtocolComposition type (#833)
Additionally regenerate docs by running `bundle exec rake docs`
2020-05-04 10:53:40 +02:00
Ilya Puchka 6516bf2eae move Codable to examples section 2018-04-21 20:46:46 +01:00
Ilya Puchka 10dba3de71 updated docs 2018-04-21 19:44:00 +01:00
Ilya Puchka 516827a476 updated docs 2018-04-02 22:50:56 +01:00
Anton Domashnev 80169a4906 Update docs; 2017-08-12 17:15:18 +02:00
Ilya Puchka ae6982911b Implemented sourcery:file annotation for source code (#304)
* Implemented sourcery:file annotation for source code

* addressed code review comments
2017-05-21 10:52:38 +02:00
Ilya Puchka 6f54243ef4 Release docs (#277)
* ignore jazzy docsets

* copy docset to release zip

* updated docs with latest jazzy version

* trying danger jazzy plugin

* moved jazzy to gemfile

* moved danger and codecov run before builindg

* Added release task to check if docs are up to date
2017-05-10 00:53:57 +02:00
Ilya Puchka 8cc77ef8fe docs: updated docs 2017-04-30 20:12:44 +02:00
Ilya Puchka fa7c08be6c docs: updated docs 2017-04-18 19:36:48 +02:00