Ecosyste.ms: OpenCollective

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

github.com/hoplon/hoplon

Simple and powerful tool for building web apps out of highly composable elements in ClojureScript.
https://github.com/hoplon/hoplon

5.4.0 release

The entire document is now evaluated as cljs, not just the contents of
the <body>. The trick use...

3913cf64bdd1d0bdfc12679bd428f91786768e38 authored almost 11 years ago
5.3.0 release

* Revert "Don't rebuild unless .hl files are newer than output files".
This reverts commit 156...

57298309c6a1f65028b5f7b73714c45ee4daea25 authored almost 11 years ago
5.2.0 release

* Fix typo in `boot.core` dependency

* The `#'tailrecursion.hoplon/on!` function is now a multi...

fad3982f1b098258c42afedd75e86fae608aaf52 authored almost 11 years ago
Fix issue with prerendering; add boot.core dep

* Add a `:dependencies` entry for `boot.core` because even though it's
an implicit dependency ...

f9428cdd5e07cd42514ef7b02ce7bb63c97b0832 authored almost 11 years ago
Don't rebuild unless .hl files are newer than output files

15690b4ccb58d3e8efc7366e05b61d28ff45dbda authored almost 11 years ago
Fix issue concerning `.hl` files in project dep JARs

* The emitted `.cljs` files were being consumed by the `cljs` task but
now are not

a7cd00411ac8038fa6b0ea07adcf98ed4576f1f9 authored almost 11 years ago
Update castra dep

6c7488669cf9aed8952852727e0fb69ecd34cabb authored about 11 years ago
tickle cache

324e82c20951de0b10dac836d161d35c5600cbf4 authored about 11 years ago
Add macros and :do-attr now redundant (thanks @borkdude)

* Add `with-timeout` and `with-init!` macros.

* It is now unnecessary to use the :do-attr synta...

bc12578d6a38ebb20662867b4f486b88c18b9282 authored about 11 years ago
merging dev

f3e906e5f6e966bca1a3f1cfc13c38d1170d1b3d authored about 11 years ago
remove boot.edn

6097dd49bddac7a12db610c77ea9a986bac7759a authored about 11 years ago
Update castra dep

440c2972cd067abee847a8282ec20ce1085fa2f4 authored about 11 years ago
Use DOM allocation pool in loop-tpl; cleanup

767bc906039143f7c7d9d85fe429b5b8ca78c0d6 authored about 11 years ago
Update for new boot API

355e609a054b061ae6103667d7524b91c889f076 authored about 11 years ago
bump version

f0f898d41b9897bc72735d2cedd8a8cfd3d14c72 authored about 11 years ago
fix issue with initfn: execute f if init already ran

2dc322b28f98582f4d5fa1a237da659b2db9ea8a authored about 11 years ago
Update javelin dep; Fix issue with loop-tpl

* Upgrade javelin dependency to 3.0.0
* Fix loop-tpl issues:
1. Allow anonymous cell expressio...

13c5dea61ee5c06d4566c7bee0fca17f804c8f8a authored about 11 years ago
dox

b96dcd1236e41fd0cba83308a0838d9a4825ad9f authored about 11 years ago
fix file separator for windows; bump version

b28642ca73a30978a5a03793572ea145ef3ee12f authored about 11 years ago
Fix line endings; bump version

38f4cdda954d760ee62700990a85b825e9e94cd0 authored about 11 years ago
Merge branch 'master' of github.com:bergm/hoplon into bergm-master

Conflicts:
project.clj
src/tailrecursion/hoplon/compiler/refer.clj

1c5635a0372fb97d736f2cecd4d5cb0697d515be authored about 11 years ago
cleanup

7ef82f58ad749e80722ff21ff65f7d7a81c3e4be authored about 11 years ago
Cleanup, update Makefile to deploy docs

c79a8a7b745a0b3b0f082b12a311b02e9a24bfbb authored about 11 years ago
Lazy-load CLJS dep: fixes tailrecursion/boot.task#1

e1234725f03277f78e255612c87236d71755ea28 authored about 11 years ago
changed prerender to support windows

- right now just uses OS environment var
- the set the result gets matched against just includes...

4de2f902134b37b7842a658910f461560f59c23f authored about 11 years ago
removed commented out java.io.File/separator

53918c76da3a8b93a830ac63c5f25bbc137111f4 authored about 11 years ago
changed version number temporarily to 4.0.8

correction to commit message of previous commit where 4.0.7 should have
been 4.0.8

1d646ce0a7827d73ce4a6ff020224fffc3996ac9 authored about 11 years ago
temporarily changed version number to 4.0.7

... to have lein install create a new version which can be distinguished
from original 4.0.7

097abb63e96fcc6da420e13ad16df4befebb1a89 authored about 11 years ago
temp fix to make nsym->path work on windows

4b45fb24fa87d3c80231427cc56842cbd83701e3 authored about 11 years ago
Introduce end-of-line normalization

d88ee910e2935a94936cd0a958b60ea132c3c03a authored about 11 years ago
fix issue where seqs were not being spliced in as children

0b391cdfcd3dd48c1c141a4b4f5247d4e60268dc authored about 11 years ago
dox

5fb172eff5857549e3f9f46ac5c0ed0a1d397f5b authored about 11 years ago
dox

c81e9942af0c0c1f82870da37d3411bf6256f9ed authored about 11 years ago
rm boot.task dep

b529b9d10fa6c8a93e60ed5872ab736065a29d52 authored about 11 years ago
pom

6c1427cbbd83f766378c969dde4f1e519faaa212 authored about 11 years ago
More robust unwinding of dom expressions

* Fix faulty logic in the dom expression unwinding code.
* Don't unwind special forms or macros ...

55080466d20c3353e51b45c50a7021f4d37f1519 authored about 11 years ago
update javelin dependency

02a5ca7c021c621e58f1849038d18b587836f122 authored about 11 years ago
fix issue with prerendered content

Move scripts to end of body so that prerendered content is before them
in the page. This fixes i...

45989c067357a60f6f1775081f1452ffaf51db13 authored about 11 years ago
guard calls to appendChild when building DOM in ie8

68585c3622cd39614508dc59ce1ec161f4dffa7b authored about 11 years ago
pom

13ed0d6c95b9ff55797b3329403fe743fc847fa8 authored about 11 years ago
use currying to reduce impact of dom expression on js stack

824dc2628b52f49181e96eb939d05092666b595c authored about 11 years ago
fix issue with :do-attr; add :css attr handling; remove head merging from prerender

2c5633157eec0c4aa25df6d6e39fbde92ce902f1 authored about 11 years ago
pom

8d434709e86dd78c9c3766b4f90aac7d74d91ef1 authored about 11 years ago
update to fix browser compatibility issues

bb90d32b36c5704a019eab574b4d9ec4cac04b9f authored about 11 years ago
add :do-scroll-to

c2f72dd72806afc7d870c6940a804879cc35ddb8 authored about 11 years ago
pom

4da3d2862b4d2af8f9e5f137fba2ad59c0a7cc19 authored about 11 years ago
dox

c0d18c9677887d254284057917c994cbbedf4528 authored about 11 years ago
add 'readonly' to map of attrs to set with setAttribute

29b348b3b349e8a6558665a38c935501f960551d authored about 11 years ago
pom

c65e8059e398317d00d46e6defde6b10e819889f authored about 11 years ago
bugfixes; add on-append!; bump version

ecb5972161e3be29f561774244a2adfdae6dd3e1 authored about 11 years ago
pom

20d601646d1c0deaace6730502db96aac518a58a authored about 11 years ago
Merge pull request #5 from tailrecursion/next

bugfixes; add :prepend-head clause, add ;;{{ ;;}}

7364de91937335bb939d2f5e059fe814c3d684f6 authored about 11 years ago
bugfixes; add :prepend-head clause, add ;;{{ ;;}}

2bf9b23900f8c0d7aacffe8c4d1f8655baea119c authored about 11 years ago
add defelem macro; merge classes instead of replace

53fc2e95ad7b97ce3f689a09de4b9dbf456ef3b5 authored over 11 years ago
add non-page .hl file compilation

eba0274e7a354b0c6104b582510e007db7bfee38 authored over 11 years ago
run prerender when hoplon task runs

2dc59925ca49e40c7af7f49c28c72354303e13e2 authored over 11 years ago
dox

8eb24058d334a3a37cc1f387814fdc97fb6d2215 authored over 11 years ago
Merge pull request #4 from tailrecursion/testing

add loop-tpl macrology, helpful tasks

7884a9b9582e17584e94719380070a660203dc1e authored over 11 years ago
add loop-tpl macrology, helpful tasks

move cell-doseq and cell-map to javelin
add prerender task; tighten up

99a99b523f72abc2af544515d233391ce7cb917f authored over 11 years ago
dox

491d2de1e9f999c0557c7e1d4fa2237cdf6568de authored over 11 years ago
fix normalization issue

a34b5e7476bf0e1343df4e2bfef457157d6e3bec authored over 11 years ago
dox

9cd3b0bd6e81ee8f515afe9a08d6b1bb216b2618 authored over 11 years ago
dox

39133a1f8558775fde7606cb7ab013b906412a90 authored over 11 years ago
dox

51f55a27b24c4cf123736de5450b4af23a8a44b1 authored over 11 years ago
dox

1a09763e6dd0dc113fb7cacceb8dbbda5802f210 authored over 11 years ago
dox

851dcf0d3e25c5c4f4b81d8d3d4f2d717a85960e authored over 11 years ago
tighten up

44d4ac6e1af2da399a7daa44baea8e815a0dc720 authored over 11 years ago
tighten up

4e971bb910e4bb5e7cb199ed73667578e0733856 authored over 11 years ago
fix issue where html and head not being normalized

694824068b30bcd7d33803afbf94ed14d987067e authored over 11 years ago
v3 ready to go

b7607bd7cf03ba04a0b5175aee7d90600042cae2 authored over 11 years ago
dox

7b88a80f6ba3eff46ffc882756fe951486250961 authored over 11 years ago
dox

48ce932b6eb19dbfa17e9c81329ae04e342a59df authored over 11 years ago
dox

295f09f2de9dbc0ba8634a26f80f72c93b9f42eb authored over 11 years ago
dox

bd86135bece640d3f489dad5f1327fa7194fbd1d authored over 11 years ago
dox

94f2b4166ca688199e52f7a45e6d8c209a06aa3b authored over 11 years ago
dox

2eb9e2dddac2572348f8db1147bdbf24fa545871 authored over 11 years ago
add auto-gensyms in :loop bindings

5bff5059567ee72e4494bed64298d8bfd5dbbe24 authored over 11 years ago
copyright

ca222693d119c4c3a790b558f93fbf2bbe81f8f8 authored over 11 years ago
Merge pull request #3 from tailrecursion/next

Replace ns decl with page decl

081db103b9f45e546c02a72f89fe7bdbcb4f25f1 authored over 11 years ago
Replace ns decl with page decl

d8de9132f4e90a12390c9d352dc114bc1d4f7161 authored over 11 years ago
dox

a3f15cd119c759c0f802e0380f5f36e24d84233e authored over 11 years ago
dox

a56f0825ee1fffe7322acdc95352ce4eea2d38e6 authored over 11 years ago
remove add-hoplon-uses code from compiler

24b7e91bf3405f5649c34887c247c93a34fa8133 authored over 11 years ago
update deps

6fb5925f6ec5088fa5805e438e1b2ab159eb4f89 authored over 11 years ago
dox

d385dfe0e8369033b07ec3c8d808a2e9f8e94de6 authored over 11 years ago
dox

65ce2ee0b2cb8434281551bdc6a8c3615233d374 authored over 11 years ago
dox

be99ce19e032c2b6b9fbe4e6da28ab82ee68e574 authored over 11 years ago
readme

cbc4f037c461cd1ab8dbb5b785b69bff3eaff53e authored over 11 years ago
pom

f681186a400f3cbff7c64c944740c6e1cd01144d authored over 11 years ago
update javelin dependency; bump version

93d30c01517cd6544dc680ae0fd9187b33b15643 authored over 11 years ago
fix bug in :on-<event> macro code; update deps

52d909828a372bbb05dcd3f60e4dbd5f48e0e666 authored over 11 years ago
dox

a8cd097aa61e99301235e625ac7b9fdcf995f15c authored over 11 years ago
fix dependency info

9fb31e920ec28ae96f540113d3d9a3bf21b56174 authored over 11 years ago
fix image url

4c354bfd6600461a132e786b90a09d9bff0bff16 authored over 11 years ago
Merge pull request #2 from tailrecursion/dox

release v0.1.0 make events extensible; update deps

610a9e19a09d838212fffea0fd99428a9ab6b77d authored over 11 years ago
release v0.1.0 make events extensible; update deps

f3fd4931c3366b262ab26354b851554cfed6cc16 authored over 11 years ago
pom

1eba1f7875eb8708203dcaaf12626c728f4d62e8 authored over 11 years ago
update boot.edn

4d62597a722d6ba25323b69abfd5201bf6bdfcde authored over 11 years ago
update to use javelin 2.0.0

f20d526ad28f780b5d1859f9efd5f59b3ab06263 authored over 11 years ago
dox

64fa28730c8533610d1e55accb84c68e9d40393f authored over 11 years ago