Michiel Borkent
c48f9868c6
changelog
2025-08-21 15:02:29 +02:00
Michiel Borkent
3129a212b3
Add js lib docs
2025-08-21 15:01:10 +02:00
Chris McCormick
7aebb5bbb0
Support string requires of globalThis
js deps #95 ( #129 )
...
* Add a :load-fn for js libs on globalThis.
Fixes #95 .
* Update changelog.
2025-08-21 11:08:56 +02:00
Michiel Borkent
ab527ad5a1
0.7.26
2025-08-20 15:17:08 +02:00
Michiel Borkent
74f2c92b17
fix links
2025-08-20 15:13:53 +02:00
Michiel Borkent
04df449d6f
changelog
2025-08-20 15:04:48 +02:00
Michiel Borkent
c57a5f9285
Bump SCI: support set! syntax
2025-08-12 20:30:05 +02:00
Jeroen van Dijk
f92e23d8f2
Add dataspex plugin ( #122 )
2025-07-14 18:34:23 +02:00
Jeroen van Dijk
9a83349d69
Add goog.string/format #118 ( #119 )
...
* Add goog.string/format #118
Also add empty goog.string.format for Cljs compatibility
* Update changelog
2025-07-09 15:24:35 +02:00
Michiel Borkent
31b3719920
changelog
2025-06-18 11:24:21 +02:00
Michiel Borkent
3845e9962a
Bump versions
2025-06-18 11:19:24 +02:00
Michiel Borkent
cc8f830704
changelog
2025-06-18 11:16:49 +02:00
Michiel Borkent
fea2ec5910
Fix #113 : add unchecked-set and unchecked-get
2025-06-17 23:52:37 +02:00
Jeroen van Dijk
1977424508
Add Replicant plugin ( #108 )
...
* Add replicant tictactoe example
* Update Changelog
2025-06-16 10:43:04 +02:00
ikappaki
07c8d4847d
Add goog.string/htmlEscape ( #106 )
...
Co-authored-by: ikappaki <ikappaki@users.noreply.github.com>
2025-06-02 23:07:53 +02:00
Michiel Borkent
f65ba9d853
Fix changelog
2025-01-06 10:54:00 +01:00
Chris McCormick
df1e5a429a
Added applied-science/js-interop plugin. ( #101 )
...
* Added applied-science/js-interop plugin.
* Changelog update.
2024-12-21 20:23:47 +01:00
Michiel Borkent
72190e8422
fix import
2024-12-19 17:12:25 +01:00
Michiel Borkent
e06db91212
v0.6.21
2024-12-19 17:06:41 +01:00
Michiel Borkent
2019b3263f
Fix #99 : make js/import work ( #100 )
2024-12-19 17:05:28 +01:00
Michiel Borkent
f67fc21a80
fix replace-version script
2024-11-24 12:43:47 +01:00
Michiel Borkent
b68c953247
links
2024-11-24 12:26:08 +01:00
Michiel Borkent
f63b3999bf
v0.6.20
2024-11-24 12:25:24 +01:00
Chris McCormick
6da99ffc90
Fix #55 : create gh-pages dir before copying. ( #91 )
...
* Fix #55 : create gh-pages dir before copying.
* Update changelog.
2024-11-15 12:24:56 +01:00
Chris McCormick
fa99b05b06
Only remove js dir if it exists. ( #88 )
...
* Only remove js dir if it exists.
This is to fix a bug where scittle throws an error if you do a prod build on a fresh checkout.
* Update changelog.
* Simplify clean prod fix.
2024-11-15 12:14:48 +01:00
Chris McCormick
06621b2dab
Fix #89 : Allow evaluate_script_tags to specify scripts. ( #90 )
...
* Fix #89 : Allow evaluate_script_tags to specify scripts.
* Updatte changelog.
2024-11-15 12:06:58 +01:00
Michiel Borkent
63a4202912
update links
2024-10-08 10:43:23 +02:00
Michiel Borkent
c9651b68d8
v0.6.19
2024-10-08 10:41:38 +02:00
Michiel Borkent
b91c78d972
v0.6.18
2024-10-08 10:40:15 +02:00
Michiel Borkent
691ed3a31a
v0.6.17
2024-04-30 11:16:17 +02:00
Michiel Borkent
dcb3c85174
Fix #77 : make dep on js/document optional ( #78 )
2024-04-30 11:12:56 +02:00
Michiel Borkent
fcc1d1b843
Bump version
2024-04-22 14:25:26 +02:00
Michiel Borkent
2d4782702c
Fix #75 : support reader conditionals in source code ( #76 )
2024-04-22 14:19:07 +02:00
Michiel Borkent
f63d50215d
Fix #72 : add update-vals and other fns
2023-11-07 10:43:39 +01:00
Michiel Borkent
1bbf579241
Fix #69 : executing script tag with src + whitespace doesn't work ( #70 )
2023-07-25 19:47:38 +02:00
Michiel Borkent
a270f19c10
bump example version
2023-05-04 17:05:54 +02:00
Michiel Borkent
0270b989f0
prepare version
2023-05-04 17:01:27 +02:00
Michiel Borkent
5369c65bf4
changelog
2023-05-04 17:00:20 +02:00
Benjamin
12c59b6f68
Upgrade sci configs ( #51 ) ( #52 )
2023-02-18 10:08:27 +01:00
Benjamin
95740162d4
Update nrepl to handle describe and eldoc ( #51 )
...
* Update nrepl to handle describe and eldoc
See https://github.com/babashka/sci.nrepl/issues/2
* Update changelog
2023-02-17 20:30:15 +01:00
Benjamin
f24fbbbd79
Upgrade sci configs ( #50 )
...
https://github.com/babashka/sci.configs/pull/18#issuecomment-1398978353
2023-01-21 10:06:08 +01:00
Michael Camilleri
57536819c3
Use window.location.hostname for WebSocket connection ( #49 )
...
* Use window.location.hostname for WebSocket connection
* Update CHANGELOG
2023-01-20 18:57:33 +01:00
Michiel Borkent
42701311d4
Fix changelog
2023-01-06 11:37:59 +01:00
Michiel Borkent
c74036274c
Upgrade
2023-01-05 11:36:18 +01:00
Michiel Borkent
34e7cffad9
Fix destructuring in multimethods
2023-01-05 11:33:19 +01:00
Michiel Borkent
4c5b74397e
Update links
2022-12-22 23:02:36 +01:00
Michiel Borkent
2463f54680
Fix pprint plugin
2022-12-22 22:56:27 +01:00
Michiel Borkent
e675ad3353
changelog
2022-12-22 22:14:14 +01:00
Michiel Borkent
25feaf2641
Update versions
2022-12-22 21:26:47 +01:00
Michiel Borkent
47b10966e1
Upgrades
2022-12-22 21:13:43 +01:00