Ecosyste.ms: OpenCollective

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

github.com/mint-lang/mint

:leaves: A refreshing programming language for the front-end web
https://github.com/mint-lang/mint

Fix backtick escaping in inlined JS.

8a2e41d388b0e6b567d5443aad9ddf88fa5b92e9 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Bump version to 0.6.0

2fb3fb598b3a5e84bde99584ddad83cfeaa87cb2 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Fix access of component records.

ca512cbe0da13e89031a1545747d148a53e76ca6 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Fix interpolation escapes.

532b0529f1b4f670a2bbe9f9205df26db5f0a1ff authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Use static record for component types.

b5e1b4ff19582afcb7e5fa150cf2005b7b662ec8 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Unify JsInterpolation and CssInterpolation.

97728aa837428c4d5c8035dab51dc54d7630a8f1 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #141 from mint-lang/string_interpolation

String Interpolation.

bf9a201f838ba213364bcb452c9bfe02dbbf4e95 authored almost 5 years ago by Szikszai Gusztáv <[email protected]>
Use string value for record field documentation.

af74af335e1c875079d503dbfcc4489f9afb7845 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Add --error-trace to build commands.

3220d6f7b63e0f93e73a68b8b01dc67eb589465f authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Implemented string interpolation.

58443e98a365d7541ce60caa2ac811612e00595a authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Remove not usable warnings.

5a286391b988902f0f287df8d00dc3b7080320a7 authored almost 5 years ago by Szikszai Gusztáv <[email protected]>
Fix content-type of some served files by the reactor.

3abbff6ff0d41ee6e2765a84a933a3c7eadaf13b authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #140 from mint-lang/refactor-styling

[WIP] Refactor Styling

55fe2e14a83aaeef2a5f2e795dcd774ce63349bb authored almost 5 years ago by Szikszai Gusztáv <[email protected]>
Add semicolon to JS statements.

227a2098cc83a458b0c42e4fb56199da180c1479 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Resolve CSS definition vs CSS selector ambiguity.

1c0d00e574c58da659505d2a328b4cddef12bce7 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Try to fix CSS definition vs CSS interpolation ambiguousity.

3a53f35d50799f63e6cd071c1519f9c3fa448960 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Use new interpolation in tests.

9ca79e86f2d0fcdb9283f3f1a24ab5d4ac62771a authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Use "#{...}" for CSS interpolaction instealof "{...}"

0770911d51ca910a90b5f86e92cd89ad37607443 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Use $ instead of _ for style functions and use selector id instead of selector.

962d7c4bf33699a169b840fddde6d85aebc2b037 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Implement type checking and compiling of style arguments.

605e3d5f514f2783367e93a9bb3abb24ceef5908 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Allow arguments on styles.

cfbd87d5e93583878127349f9bd87a93b43753f4 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Unify compiling of dynamic CSS definitions.

380275ac639a73cb431d7d971d13419f803b65ff authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Implemented case for css.

dc49c0d209ba3a52b65d8f9f859f6b076a3ee549 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Allow multiple styles on HTML elements.

4a53b55dc6dd29171ec0aad91ab1e354b1d3ad18 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Use a function instead of a get for styles.

5e521f1e2a4ff51e49f832d1d39b57da8891b44d authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Add fallback value to variables.

2942d82f2fa8cf305b6b0443493c343260082f99 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Merge branch 'master' into refactor-styling

30f9b93c27433a7e514161f3c80e87f6adb866d4 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Refactor variable compiler of style builder into it's own class.

b031a6490ba434ecd1cee8e96c39cb0306f333db authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Move static variables compiling to style builder.

00ad488a4202d4d1f85c2dbef64ed816425edb99 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Make else branch optional for CSS if.

93de982aac493dadb2c7951b0f4e26e920ec163d authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Naive implementation of if expression for CSS.

f8ced073fcb57d668922e922af7b558c51c0b449 authored almost 5 years ago by Gusztáv Szikszai <[email protected]>
Use StyleBuilder in the compiler as well.

ea0bf8ab3e55df752cfa5ba3194750ca1d28828e authored about 5 years ago by Gusztáv Szikszai <[email protected]>
Implement proper style builder.

- Allow infinite nesting of CSS blocks (media queries, selectors)
- Implement algorithm for proc...

7605cec3d053141710d77b450ea79ad0b8cdad61 authored about 5 years ago by Gusztáv Szikszai <[email protected]>
Deploy

d7ac7fe474f1da5f9cf3d535d2909a1551ded14b authored about 5 years ago by Gusztáv Szikszai <[email protected]>
Update runtime.

6f10b85b354fc8bb57f7c25ac4c921a0fa8478c1 authored about 5 years ago by Gusztav Szikszai <[email protected]>
Merge branch 'master' into refactor-styling

8d7a2cc87bc95b95317c6d5a6f00ef9fe708a549 authored about 5 years ago by Gusztav Szikszai <[email protected]>
Upgrade for Crystal 0.31.0

77d7cd658bbaf05f01b2a65022058520bccc982b authored about 5 years ago by Gusztav Szikszai <[email protected]>
Started style builder.

512554c501f8403c12364ba8ba966e570e095f74 authored about 5 years ago by Gusztav Szikszai <[email protected]>
Start refactoring styling (parsing).

- Allow selectors in selectors and media queries
- Don't require ampersend for sub selectors

f8fb50f09ef8bc720f8fdab13991e116e50238d6 authored about 5 years ago by Gusztav Szikszai <[email protected]>
Use object decoder from the runtime.

81b10cd96c4793c14c8a2d6af98e25cdf59ad89a authored about 5 years ago by Gusztav Szikszai <[email protected]>
Allow decoding Object as itself.

fb98fb8a6e8f78b9cdc326ddd8f98aa8b0df3e59 authored about 5 years ago by Gusztav Szikszai <[email protected]>
Replace bintray with S3.

efff40ebd504e12f410c0d22c0d4f8f0bc07fdeb authored about 5 years ago by Gusztav Szikszai <[email protected]>
Merge pull request #139 from mint-lang/replace-native-maybe-and-result-with-enum

Replace native Maybe and Result implementation with enums

b0eed79093dcf1df8ad2a32276cce729e27ea73d authored about 5 years ago by Szikszai Gusztáv <[email protected]>
Make sure the program runs after the enums have been set.

7d4f296ad6c3a735e0818c44904ca0edd861e205 authored about 5 years ago by Gusztáv Szikszai <[email protected]>
Conver Result to use enum.

b4974c7885529a0d503ced5d178b214028299de2 authored about 5 years ago by Gusztáv Szikszai <[email protected]>
Merge branch 'master' into replace-native-maybe-and-result-with-enum

324853f76db17888c72cc04ed1ada1cbf2d3682a authored about 5 years ago by Gusztáv Szikszai <[email protected]>
Use markd instead of built in markdown because it will be deprecated.

55d8b9424a1673b5d52a75741bb19326ed738bf7 authored about 5 years ago by Gusztáv Szikszai <[email protected]>
Test on core are passing.

f3edcbf7c680e7a6e502147a691b629508916040 authored about 5 years ago by Gusztáv Szikszai <[email protected]>
Replace native maybe implementation with enum.

74b0dfa911c872764b61a7eba3ecdb7a34e12722 authored about 5 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #138 from mint-lang/fix-multiline-string-formatting

Fix infinite indentation of multi-line string formatting.

42dd91ada9686393a70fc839a3f2732592008112 authored about 5 years ago by Szikszai Gusztáv <[email protected]>
Only replace strings and javascript which has mutliline content.

26d3bd9c0482723f8ed3bf963c214fdf0ad2f800 authored about 5 years ago by Gusztáv Szikszai <[email protected]>
Try to fix string multiline formatting.

87c29eba0e6f6a4abee5ae8d540ecef73a5856ee authored about 5 years ago by Gusztáv Szikszai <[email protected]>
Don't generate links for icons if there aren't any.

Resolves #126

db3cb7f165c07adaffdff242d5ead4f0e21aee0d authored about 5 years ago by Gusztav Szikszai <[email protected]>
Serve files from baked files and public folder with right mime types.

Resolves #127

8fbb5d7f09b0827af8f026b2dda731ba155445a9 authored about 5 years ago by Gusztav Szikszai <[email protected]>
Parenthesize JS interpolated values to avoid confusion.

Resolves #135

bf9be847bd65580742b596705f585d5da4d79fd1 authored about 5 years ago by Gusztav Szikszai <[email protected]>
Fix types in the error message of invalid route param.

8e773eff589ff08189fa73fb873332714c44ba4d authored about 5 years ago by Gusztav Szikszai <[email protected]>
Update runtime.

Resolves #137

0037b5898acb7e9a94f6631b46dfb06094276888 authored about 5 years ago by Gusztav Szikszai <[email protected]>
Rename "PropertyNotHole" error to "PropertyWithTypeVariables".

37bc1655df23436751d416cd14d71b915ebe1a79 authored about 5 years ago by Gusztav Szikszai <[email protected]>
Implement static and runtime type checking for route parameters.

Resolves #134

b2dcee5bb788c35b39a3e9f7de9da3454ec5f3c1 authored about 5 years ago by Gusztav Szikszai <[email protected]>
Merge branch 'master' of github.com:mint-lang/mint

177b5ea6366d40c2a2e8b0b312909cf5a014db10 authored about 5 years ago by Gusztav Szikszai <[email protected]>
Allow function recursion by using it's static type definition.

Resolves #97

d5876aa8bc18f7f078655b0d6754119799551e5f authored about 5 years ago by Gusztav Szikszai <[email protected]>
Merge pull request #136 from fenicks/fix-Mint-Time.month-Time.year-comment

Fix Time.month and Time.year comment

0aa2dae6763a45f46eda3f380daf7941f7f1b88f authored about 5 years ago by Szikszai Gusztáv <[email protected]>
Fix Time.month and Time.year comment

e2b8d423484a74a5f89ade2f57d3921a55da6a2c authored about 5 years ago by Christian Kakesa <[email protected]>
Create FUNDING.yml

cb3f21b238e3122f0f8674738da2e17814015591 authored about 5 years ago by Szikszai Gusztáv <[email protected]>
Disallow holes in property types.

7cefe2cea7043e87b2d3244f97b869d9526e1ed7 authored over 5 years ago by Gusztáv Szikszai <[email protected]>
Update ameba version.

e604b519e35b23c057454c2c9edcae772b95eb7f authored over 5 years ago by Gusztav Szikszai <[email protected]>
Updates for Set functions

- Use comparison to delete items from set
- Don't allow adding duplicate items to a set
- Added ...

e0a8bc81c420709bfe5605ad4e6967c5d9f4c372 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Only allow definition generation for records in encode && fix core tests.

71d2dc19aa0eed38e6c0583d24f9f39cc9b3a473 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Added missing file.

c08ee08bf6f581e2845e89f711fe28913d43439d authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge branch 'master' of github.com:mint-lang/mint

24e7bfa14c4694bc462113e3621ceb8ac74b2fb7 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Don't allow record with holes in them.

ae799f5a9299914879582cabd898dfd14a79057c authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge pull request #124 from ezrast/remainder-operator

fix crash with remainder (%) operator

3ef29d8cf96139939073aa953b2fd9a94654cf76 authored over 5 years ago by Szikszai Gusztáv <[email protected]>
fix crash with remainder (%) operator

9c8a8fee3015f5b01b053326ec9e0ca3d5811331 authored over 5 years ago by Ezra Stevens <[email protected]>
Merge pull request #123 from Acciaiodigitale/patch-1

Update Http.mint

23959b3bce4963ec35046c3dd36a4b2aef57f8e5 authored over 5 years ago by Szikszai Gusztáv <[email protected]>
Update Http.mint

Update comment for methods

542320ee8fd9ec92af0a713ebfee32b2f3efda95 authored over 5 years ago by Massimiliano Bertinetti <[email protected]>
Allow string style attributes on elements.

The string style attributes are converted to objects at runtime by
splitting the value by ";" fo...

78a185ffff5ff920804c2310666a3e5c9d92739c authored over 5 years ago by Gusztav Szikszai <[email protected]>
Allow namespaces in HTML attributes.

1cc53834ca93cd06eb8f7b61f3f0bb1f934220af authored over 5 years ago by Gusztav Szikszai <[email protected]>
Remove pre defined global styles from the generated HTML.

resolves #121

6e1749c26bb9e3aed8770a8af942c93a52de62e6 authored over 5 years ago by Gusztav Szikszai <[email protected]>
References now return maybes and added safe operators to access and call.

- References of elements and components now return a maybe.
- Added safe operators (`&.` and `&(`)

f2ff9c7e8cff4cbfc231f4b698a5087f9ca4e404 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fix readonly attribute compiling.

c4bb492ef04145a6015d1bd83cfe3e8b9fee7c24 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fix crash when CallArgumentSizeMismatch raised.

19fbf0f8a2f26c3c9bd597bd479586fc111ecac0 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Implement member access.

67b4be8953dc7b5355d7bcc85a3c755dd1730224 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Added new functions to some core modules.

New functions:
- Array.sumBy
- Array.sum
- Dom.focusWhenVisible
- Dom.contains
- Number.format
-...

d325b3774da749c09ce6164ba4921d62b3c4272a authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fix AccessFieldNotRecord error.

e0e82b40e0eebf20f8e7a55dadb8be03a456d830 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge pull request #116 from TeddyDD/add-chromium

Add chromium as recognized executable name for test runner

ed6fff2bb5df34c1cf7b2842633c61d0f2148e82 authored over 5 years ago by Szikszai Gusztáv <[email protected]>
add chromium as recognized executable name for test runner

b5bdd8e0884707921ad1be2df74b1ed574c14a20 authored over 5 years ago by Daniel Lewan <[email protected]>
Rescue agument error (negative argument).

050508df82a680a002cae333c930f60a2840c48f authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fix Array.indexBy by adding tests and using interpolation.

c8b0251676aa56cfdb421c2afa955dede20f8872 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Bump version to 0.5.0

06eb511db822f37eedbe293ad97011b1b8d60559 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update runtime.

e0376cd854eecbf31efc1eb4b28e8007ff0ca770 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update docs viewer.

82f403665829532177cabf5fc591f4f45ca23b43 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Return function itself if it does not have arguments in call.

5d27c132822b0915fc9e648c7152c3b9d97ad039 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Don't assume there is a Main component when compiling.

611e4add6e4f904b92fd6e54b3c74bcb76c4dee4 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Compile media queries after the css.

ed70dd5ab736a0cbe4f20a4e86f227602317643e authored over 5 years ago by Gusztav Szikszai <[email protected]>
Added grid-gap, grid-column-gap and grid-row-gap as whitelisted css properties.

c6c25e1f79fda3d450e121c4c1a29092306cdf9e authored over 5 years ago by Gusztav Szikszai <[email protected]>
Remove not used files.

fcfd77b17390121f7ac2094c072d4776250ed796 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge pull request #114 from mint-lang/js

Optimize generated JavaScript code

7aa062369de2636cea475a7b24348d0a59cb895e authored over 5 years ago by Szikszai Gusztáv <[email protected]>
Merge branch 'js' of github.com:mint-lang/mint into js

54564cf64159451744946b0be07d106d94561696 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Implement compiler for partial application.

8d60352eae05788242156c485f0c5bc240d85ac5 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Unify all calls into one implementation.

478e45455132cd6f28b2d128a57de50aa9eca6a5 authored over 5 years ago by Gusztav Szikszai <[email protected]>