Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Sourcery

Sourcery is a code generator for Swift language that extends it by enabling meta programming, used in over 40 000 applications.
Collective - Host: opensource - https://opencollective.com/sourcery - Website: https://merowing.info - Code: https://github.com/krzysztofzablocki

chore: update dangerfile

github.com/krzysztofzablocki/Sourcery - da98de0c142332a72cfd9344d3dafb68c7d476d4 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update README.md (#56)

Associated value documentation is out of date.

github.com/krzysztofzablocki/Sourcery - 28b8c987bede9984e96e9b6e11c81ea0d3b4cdab authored about 8 years ago by Miguel Bejar <[email protected]>
feat: add danger

github.com/krzysztofzablocki/Sourcery - d90e26fbea5145cf14de5f7d8c72e5044d1628b9 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update metadata for 0.4.3 release

github.com/krzysztofzablocki/Sourcery - 3629bdf754c9a302c91867a960b4f7d77793d339 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: Add upperFirst Stencil filter to template rendering environment. (#55)

The default `capitalize` filter converts a string like `helloWorld`
to `Helloworld`, which is n...

github.com/krzysztofzablocki/Sourcery - 99f017eaa4a86692b381ca0971f64093b5fd11a1 authored about 8 years ago by Miguel Bejar <[email protected]>
chore: fix version to 0.4.2

github.com/krzysztofzablocki/Sourcery - dfe293797625798b6eb76e0d44f648e2bdefa51b authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: add rakefile and changelog

github.com/krzysztofzablocki/Sourcery - 8590442ccd5b94a24789356987e309bf58279ed8 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: improve git ignore

github.com/krzysztofzablocki/Sourcery - 2fdb78edc80657982f15019af53d2578b0e37194 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: scan all lines for annotations up front and do light gathering on each type

github.com/krzysztofzablocki/Sourcery - 4c7da0eb0854cbe6cf9386c72ac5ae789f349fd3 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: add support for section annotations

github.com/krzysztofzablocki/Sourcery - 7af36729533af3a9a268f9ec96585cee768f805c authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: refactor annotation scanning

github.com/krzysztofzablocki/Sourcery - f29f0275d9549cddf99b9d1b75f6df935a72d7c4 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update metadata for 0.4.3 release

github.com/krzysztofzablocki/Sourcery - a02f548add2746a867c8ea0a2e7fe6fb739cbbbd authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update metadata for 1.0.1 release

github.com/krzysztofzablocki/KZFileWatchers - a6572d48c7c41cf3eae5410a734eff0a0223d023 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: added SwiftPM support (#5)

* Added Package.swift manifest

* Included swift build in Travis builds

* Included SwiftPM ...

github.com/krzysztofzablocki/KZFileWatchers - 147fc1a73a3625fbef7c91a5493e7fa463f656b0 authored about 8 years ago by Valentin Knabel <[email protected]>
chore: tweak description

github.com/krzysztofzablocki/Sourcery - 30db7e468d1521c88df789a1e5ee50bd0d6407fa authored about 8 years ago by Krzysztof Zabłocki <[email protected]>
refactor: make things less mutable

github.com/krzysztofzablocki/Sourcery - 64aa1df0c851c6e560cba89c9671c4290ee52b2c authored about 8 years ago by Krzysztof Zablocki <[email protected]>
tests: add case for protocol inheritance, if A implements B and C implements A then C implements B as well

github.com/krzysztofzablocki/Sourcery - 0b3227d0e059af2f84c3c044e0854f6ea94456a2 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: release 0.4.2

github.com/krzysztofzablocki/Sourcery - b770d064749cb6469a9a80b03cfc18431cbdb045 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
fix: correct implements and inherits flattening, class can have both and protocol won't have inherits

github.com/krzysztofzablocki/Sourcery - 719a02f53a58a6e1fc5e17a15d504c1ba91e709b authored about 8 years ago by Krzysztof Zablocki <[email protected]>
refactor: cleanup generator code

github.com/krzysztofzablocki/Sourcery - 34ad55f46a564c9e3a95dbe109255b75c72e08da authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: ensure that based and inheritedTypes is refreshed when extending types

github.com/krzysztofzablocki/Sourcery - c6aac7ecf9dd8c9109c274a68175234f3c766ca6 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
refactor: rename type to typeName for string properties

github.com/krzysztofzablocki/Sourcery - c9b1ccce36f97e6b59e587b8b3c4f487b8935ce0 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
fix: remove raw type from based for enums (#52)

github.com/krzysztofzablocki/Sourcery - 7bf01d289303ca474e54a6981b04a6dd88525379 authored about 8 years ago by Ilya Puchka <[email protected]>
feat: ignore private types and variables as they wouldn't be accessible anyway (#47)

github.com/krzysztofzablocki/Sourcery - 24447181ee0d85c844cbc91a10ab06b19c712439 authored about 8 years ago by Ilya Puchka <[email protected]>
feat: recursively process inherits / implements / based

github.com/krzysztofzablocki/Sourcery - 7eef0dfa443b94e2d5518ca59e550165a50cabe1 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update readme and metadata for 0.4.1 release

github.com/krzysztofzablocki/Sourcery - 1b4866d1c5ff143e3e872e85789a49749a0a8321 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: implements support for `base` `inherits` `implements` reflection on type

github.com/krzysztofzablocki/Sourcery - cd06606f399680832d41227ec2a11235ed27154f authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: add properties for based, contains, implement

github.com/krzysztofzablocki/Sourcery - b6a6ea0e3f788afa578e32c1ba00a225bb1080bf authored about 8 years ago by Krzysztof Zablocki <[email protected]>
Fixed extending type with extensions that contains static properties (#44)

* changed staticViraibles to comptued property

* treating class variables as static

github.com/krzysztofzablocki/Sourcery - 2a8955a7108540cc20ae1d6b60b278acd4de51ec authored about 8 years ago by Ilya Puchka <[email protected]>
feat: add recognizing generics

github.com/krzysztofzablocki/Sourcery - bfbc7313f259d930f655ffef4352eff805450c61 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: regenerate boilerplate

github.com/krzysztofzablocki/Sourcery - 4df60338d8e551def964724a7ec1d35b530a0ff6 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update metadata for 0.4.0 release

github.com/krzysztofzablocki/Sourcery - e99ee616ba4a91c5a02495b194aba505ea902292 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: simplify isGeneric logic

github.com/krzysztofzablocki/Sourcery - 6419dec8404fe760934dc7c51692964f0c6a8df2 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
fix: improve detecting enum rawType (#37)

github.com/krzysztofzablocki/Sourcery - 30c1efd47e42070223a0f3a6d092fed7c2994f70 authored about 8 years ago by Ilya Puchka <[email protected]>
docs: update metadata for 0.3.9 release

github.com/krzysztofzablocki/Sourcery - 77395d32cd2327ee8e36171b599690d28be7ce17 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
Enabled extensions of unknown types (#36)

feature: enable extensions of unknown types under `based` or `all`

github.com/krzysztofzablocki/Sourcery - 8fb22887f623a95520f6df60cbc3cf0b3433f396 authored about 8 years ago by Ilya Puchka <[email protected]>
chore: runs our swiftlint to remove extra whitespaces

github.com/krzysztofzablocki/Sourcery - 4d4c9eed169c0f12452574f5a23afdd16e98d085 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update metadata for 0.3.8 release

github.com/krzysztofzablocki/Sourcery - 482a534627af634079d458736d5038219fb193f8 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
Variables types reflection (#26)

feat: variables now contain separate full type information available via `type` from convience `...

github.com/krzysztofzablocki/Sourcery - a2fd6625f55cc09f904f204a5791b6d8d3b89624 authored about 8 years ago by Ilya Puchka <[email protected]>
fix: don't prune old types upon generated source discovery, instead continue scanning

github.com/krzysztofzablocki/Sourcery - 4a33ef4c0d35560b2b633dc85b233bffccd2dcfe authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: use shield circleci badge

github.com/krzysztofzablocki/Sourcery - 118a7f4f58f50c3e8e5d12503718ba49a0a776ea authored about 8 years ago by Krzysztof Zabłocki <[email protected]>
chore: switch to circle ci

github.com/krzysztofzablocki/Sourcery - ccfbaf0b1f09c0437ecfedd46116fe50533e3232 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: whitespaces

github.com/krzysztofzablocki/Sourcery - e7d0ee2bdfb5a3ca825db8e7218f12b25d82c4f8 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update metadata for 0.3.6 release

github.com/krzysztofzablocki/Sourcery - bc09a5740dd45ddfb3ed290afdbda03b7adb9936 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
fix: added missing kind property for Protocol (#30)

github.com/krzysztofzablocki/Sourcery - 709b088fe4f0c69a1839ae35f4609827f5a7862a authored about 8 years ago by Ilya Puchka <[email protected]>
fix: shell escape path names (#29)

github.com/krzysztofzablocki/Sourcery - ce211a1681006b1a4f66f09ce6d8af17a00aef31 authored about 8 years ago by Miguel Bejar <[email protected]>
feat: update description and equality templates and re-generate model boilerplate

github.com/krzysztofzablocki/Sourcery - e048a0d81c76bc5b362a054a2ed54627c04120ea authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update metadata and readme about source annotation feature

github.com/krzysztofzablocki/Sourcery - 7a1befc108b400f534a24e2cb83b1a446dbe921a authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: implement annotation scanning for variables and types

github.com/krzysztofzablocki/Sourcery - aef47aa3fee037cf61683f2c0f429f5186c8f06f authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: add lenses example (#27)

github.com/krzysztofzablocki/Sourcery - 0d31ddd66db626edc288b60db69fe5348520efa4 authored about 8 years ago by Filip Zawada <[email protected]>
feat: added kind property to Type

github.com/krzysztofzablocki/Sourcery - 74d21bd4973f4d88716e850aaf5c38b13a8928e1 authored about 8 years ago by Ilya Puchka <[email protected]>
feat: introduce substring identifier and simplify parsing code

github.com/krzysztofzablocki/Sourcery - fb688b98d65e922d6b3c19802615bca56ce8a07a authored about 8 years ago by Krzysztof Zablocki <[email protected]>
refactor: refactor some structure and logic around enum raw type parsing

github.com/krzysztofzablocki/Sourcery - 8e740bee121adcf0198fd0a4123c3a294869f00f authored about 8 years ago by Krzysztof Zablocki <[email protected]>
refactor: only check variable for rawValue if it's an instance variable

github.com/krzysztofzablocki/Sourcery - d413eb81fc4c2d2a548284f9cd4de89eee2f06e3 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
improved strategy to detect enum rawType

github.com/krzysztofzablocki/Sourcery - 5bb97c90263fc158ccdb5f7609098adbcee3208d authored about 8 years ago by Ilya Puchka <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 9c36a61b35f2f289cbe28225d7a38646f0f9d77c authored about 8 years ago by werckerbot <[email protected]>
chore: release 0.3.3

github.com/krzysztofzablocki/Sourcery - 9aafb3a2ade0d7ba8b4fe68a3707e75bdce21a42 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: skip files generated by sourcery and refactor code

github.com/krzysztofzablocki/Sourcery - 6c7e1edf3d7419e6281074b3088e5ad25f41d1bb authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: add info about variable type to readme

github.com/krzysztofzablocki/Sourcery - 18b0bd120397905e3e5fbdaad0f2d9158bdd19bd authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: add support for checking optionality in variables

github.com/krzysztofzablocki/Sourcery - 00284610e24d1210b3c6273951ee379bf0b7a877 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
fix: tread empty parenthesis as enum case without associated types

github.com/krzysztofzablocki/Sourcery - 8bce510f46df3710809b285aa0259d1a361639c5 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: corrected description template whitespaces and updated generated code (#17)

github.com/krzysztofzablocki/Sourcery - f8ea293cfcecce96a0b7ad4d16d5013aa63d18f3 authored about 8 years ago by Ilya Puchka <[email protected]>
chore: Update README.md (#16)

github.com/krzysztofzablocki/Sourcery - defd6c03bca99eff236b4ded7cbd0d7a0364154f authored about 8 years ago by Vincent Sisk <[email protected]>
chore: update dependencies

github.com/krzysztofzablocki/Sourcery - 82ee05e70709b62e5b40e592ce5b4bdc289da831 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: allow lookup of contained types via dot expression by using value(forUndefinedKey:)

github.com/krzysztofzablocki/Sourcery - 368fc4b61ac4c3ef38f0c0f083b2ff6a4f4f4f41 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
Update README.md

github.com/krzysztofzablocki/Sourcery - c6270c22b747b229732356c145be9353002d5118 authored about 8 years ago by Krzysztof Zabłocki <[email protected]>
chore: mark this as 1.0.0 release

github.com/krzysztofzablocki/Bootstrap - a1ff582f2f49aa02f701d8c717c716f7a2ba41a2 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: update sample project

github.com/krzysztofzablocki/Bootstrap - 7784d80917417e3108be2841e9fd266af5d89ed9 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: swift version

github.com/krzysztofzablocki/Bootstrap - a42a1db46c95aea9930ab74ebd35abe275c324ca authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: update logging macros

github.com/krzysztofzablocki/Bootstrap - dd5aaaf69ce48c3b80418629450ac559b46b9ac2 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: update podspec

github.com/krzysztofzablocki/Bootstrap - 6749effdd176c709ec20d1ea6eb4da4ec3b9b932 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
Merge branch 'xilin-master'

github.com/krzysztofzablocki/Bootstrap - 78f8cdd039222125659fe3e5c91a72a699e8873f authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: update lumberjack syntax

github.com/krzysztofzablocki/Bootstrap - b4d76d04c2a76d6a4da5379429e40ac62ff7f804 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
Merge branch 'master' of https://github.com/xilin/KZBootstrap into xilin-master

github.com/krzysztofzablocki/Bootstrap - 9e5378fff3d8e19aa08b7542262b22ee4a3621ed authored about 8 years ago by Krzysztof Zablocki <[email protected]>
Merge branch 'revolter-hotfix/icon-versioning'

github.com/krzysztofzablocki/Bootstrap - 9038c0dd7ec0dab76922ffb3a2320c61019db6c8 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: tweak find arguments

github.com/krzysztofzablocki/Bootstrap - 72926d2146a6e741d7a20e7fa1b336840355574d authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: increase version

github.com/krzysztofzablocki/Sourcery - b9ab8533ae1c6a236b3548e57397206dadb6f9f5 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
refactor: rename internal templates to just use .stencil extension and make stencil stop autocorrecting those

github.com/krzysztofzablocki/Sourcery - 060411bce54e96ae951d10994b798d1075d490b8 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: improve demo gif

github.com/krzysztofzablocki/Sourcery - e29686bece53b498e2a4952ed5055ed295c16082 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
refactor: Insanity changing to Sourcery

github.com/krzysztofzablocki/Sourcery - eeb98e76bfe16550d98dc486492fe389f373b5e4 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
Implemented based, inheriting and implementing types collections (#12)

feat: introduce new based reflection and modify inheriting and implementing

github.com/krzysztofzablocki/Sourcery - 6a4a0b5a610f81395eb9f9f28eb805ab21839d88 authored about 8 years ago by Ilya Puchka <[email protected]>
Add header with version to generated output file (#11)

feature: add header with version to generated output files

github.com/krzysztofzablocki/Sourcery - 5b32f7539f54e694f7644f709842c38261e5fb45 authored about 8 years ago by Dominique d'Argent <[email protected]>
chore: add information about binary instalation from releases tab

github.com/krzysztofzablocki/Sourcery - a5c036cc393662b929454f947884e7d76f1a43f7 authored about 8 years ago by Krzysztof Zabłocki <[email protected]>
chore: update readme

github.com/krzysztofzablocki/Sourcery - e45c00e3cbba212187dd9009c8e1f9ea51af42d1 authored about 8 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #9 from ilyapuchka/imprve-equality-template

chore: correct whitespaces in Equality.stencil.swift

github.com/krzysztofzablocki/Sourcery - 1171cf804137f380303e6b85276d8ca54298c381 authored about 8 years ago by Krzysztof Zabłocki <[email protected]>
fixed types in Eqaulity.stencil.swift

github.com/krzysztofzablocki/Sourcery - 6f340624166a82de231af9db6b9c317fd9a6b922 authored about 8 years ago by Ilya Puchka <[email protected]>
Merge pull request #7 from wzs/fix/update-readme-links

chore: Fix relative links in README

github.com/krzysztofzablocki/Sourcery - 5f5ae2c681f13b6cd6e12805e49dd88a6e37cd88 authored about 8 years ago by Krzysztof Zabłocki <[email protected]>
Fix relative links in Readme

github.com/krzysztofzablocki/Sourcery - fcddf10aeae14e062c5dbaabffea76da0b808d1e authored about 8 years ago by Paweł Wrzosek <[email protected]>
Update README.md

github.com/krzysztofzablocki/Sourcery - c49e4bf24844f76c941bb10ab007b08d815608d8 authored about 8 years ago by Krzysztof Zabłocki <[email protected]>
feat: add enum reflection for hasAssociatedValues

github.com/krzysztofzablocki/Sourcery - e85c43451f9b6d8ceb7d1f3b5b8801efccc93f5d authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: fix relative path's not working and add shortcuts script into the repo

github.com/krzysztofzablocki/Sourcery - 817154edd3e1fb120097503648ad34e0494253e2 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: release 0.2.0

github.com/krzysztofzablocki/Sourcery - 104f809743b93844fa6392e19c7ff559fd17c256 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: use Insanity to code-generate Insanity boilerplate

github.com/krzysztofzablocki/Sourcery - 48730dd3514709d9bc4a43219ff1143dddc9a5f2 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: initial commit

github.com/krzysztofzablocki/Sourcery - 0416390dbc7d60214fc918d38cbe46a34b56f0f0 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
docs: add info about insanity generating itself

github.com/krzysztofzablocki/Sourcery - 8dade4036c6fefec23b9fe2dbc0bd3bcbcace6a4 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: put models at right level, they aren't coupled with SourceKit

github.com/krzysztofzablocki/Sourcery - ed851198ceba6f6c213241ece6db0fb14f46237e authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: add example app connected to Insanity

github.com/krzysztofzablocki/Sourcery - 025609dadeceb70f2500bdd55128d556698a2609 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: use Insanity to code-generate descriptions for Insanity models

github.com/krzysztofzablocki/Sourcery - f1625b7ee77ec44e279b6fc8c149dcedad9e909a authored about 8 years ago by Krzysztof Zablocki <[email protected]>
chore: add Vendor to ignore

github.com/krzysztofzablocki/Sourcery - f1e587ec8cbb4a3b5825e8411f411fc6cef09748 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
feat: improve playground api

github.com/krzysztofzablocki/Playgrounds - ff61b9435dd73bb9073a24704b292bae51c1f8d7 authored about 8 years ago by Krzysztof Zablocki <[email protected]>