Commit Graph

382 Commits (9af2ead38d29e4211b1feef979f4dd76c1e2237f)

Author SHA1 Message Date
Alex Dima 9af2ead38d Fix completion item provider sample 2018-11-23 12:40:22 +01:00
Alex Dima 094013374c 0.15.6 2018-11-23 11:52:37 +01:00
Alex Dima c17896b800 Prepare for 0.15.6 2018-11-23 11:52:24 +01:00
Alex Dima 6096325b12 Push package-json generated with latest npm 2018-11-23 11:49:07 +01:00
Peng Lyu 3acd0a1fad 0.15.5 2018-11-16 14:28:14 -08:00
Peng Lyu 65b61b69ca Prepare for 0.15.5 2018-11-16 14:27:52 -08:00
Alex Dima 63f764226e 0.15.4 2018-11-15 15:43:25 +01:00
Alex Dima 5de8ee67af Prepare for 0.15.4 2018-11-15 15:43:18 +01:00
Alex Dima fe422fea5a 0.15.3 2018-11-15 10:08:19 +01:00
Alex Dima 8aef99d4dc Prepare for 0.15.3 2018-11-15 10:08:12 +01:00
Alex Dima 5fb5b8462f 0.15.2 2018-11-14 11:40:48 +01:00
Alex Dima 49cad96dad Prepare for 0.15.2 2018-11-14 11:39:42 +01:00
Alex Dima 00eb81a04a Minor edits 2018-11-14 11:37:40 +01:00
Alex Dima cf85c0785a Fixes #1180 2018-11-13 19:39:07 +01:00
Alex Dima 6e721355cc 0.15.1 2018-11-13 14:41:22 +01:00
Alex Dima 5900e034e9 Prepare for 0.15.1 2018-11-13 14:41:08 +01:00
Alex Dima f137ccee65 Fixes #1178: Use slashes even on Windows 2018-11-13 13:36:48 +01:00
Alex Dima 96f41a5292 Improve typings 2018-11-12 19:05:10 +01:00
Alex Dima 9fbc8242ca 0.15.0 2018-11-12 19:04:35 +01:00
Alex Dima 98e17d3990 Prepare for new version 2018-11-12 19:02:03 +01:00
Alex Dima f537e6e183 Fixes #1014: Update monarch example grammars 2018-11-12 11:11:29 +01:00
Alex Dima 62ba0daa6c Recreate generated samples 2018-11-09 21:21:00 +01:00
Alexandru Dima 35f3f99ff2
Merge pull request #1161 from dabockster/master
Added better Java sample (FizzBuzz instead of JUnit)
2018-11-09 21:19:04 +01:00
Alexandru Dima 9e08d445f3
Merge pull request #1160 from arvind0598/patch-1
Updated C# sample code for a simpler game.
2018-11-09 21:18:42 +01:00
Alexandru Dima db8a6cb237
Merge pull request #1155 from Mera-Gangapersaud/issue-1154
Fixed prerequisites link in Contributing.md
2018-11-09 21:17:34 +01:00
Alexandru Dima d9ca7d5c2a
Merge pull request #1153 from shivanshs9/issue-typos
Fixed typos in website page and CHANGELOG
2018-11-09 21:16:55 +01:00
Alex Dima 2d499618df restore memoized 2018-11-09 21:16:15 +01:00
Alexandru Dima 44afc8fef1
Merge pull request #1152 from JoaquimCMH/update-changelog
Update CHANGELOG
2018-11-09 21:10:27 +01:00
Alexandru Dima ded449e13e
Merge pull request #1141 from flash76/patch-1
Update README.md
2018-11-09 20:59:38 +01:00
Alexandru Dima f0cb9d9ece
Merge pull request #1133 from krototype/master
changed the license block of readme
2018-11-09 20:58:55 +01:00
Alexandru Dima 82bf4ac472
Merge pull request #1131 from thetinygoat/fix
hacktoberfest fix
2018-11-09 20:56:50 +01:00
Alex Dima 4f84652df4 Tweaks 2018-11-09 17:43:21 +01:00
Alex Dima d5857b5e08 More tweaks 2018-11-09 17:20:54 +01:00
Alex Dima c04fb4f942 Actually publish 2018-11-09 17:04:10 +01:00
Alex Dima f3261d3c1b Tweak build 2018-11-09 13:01:07 +01:00
Alex Dima ce396439a4 More tweaks 2018-11-09 12:59:11 +01:00
Alex Dima f7439f5aaf Tweak publish script 2018-11-09 12:56:47 +01:00
Alex Dima ac6675b8b8 CRLF -> LF 2018-11-09 12:51:43 +01:00
Alex Dima 12717ff7d5 Tweak build 2018-11-09 12:48:41 +01:00
Alex Dima 3664cb4445 Break up the gulp website task 2018-11-09 12:26:36 +01:00
Alexandru Dima 0f4f663181
Merge pull request #1173 from willsmythe/master
Add Azure Pipelines for building and publishing monaco-editor website
2018-11-09 11:51:52 +01:00
Will Smythe 2a0508fc89 Initial azure-pipelines.yml for monaco-editor website 2018-11-08 09:32:17 -05:00
Steven Bock 76520b7330 Added better Java sample (FizzBuzz instead of JUnit). 2018-10-31 20:09:32 -07:00
Arvind S 2000b63fa4
Fixed namespace and indentation 2018-10-31 23:20:34 +05:30
Arvind S 9c914da118
Updated to simpler example.
Now prints prime numbers from 1 to 100.
2018-10-31 23:15:03 +05:30
Alexandru Dima 074a0cc08b
Merge pull request #1121 from chrishelgert/issue-template
Move issue template to '.github' folder and add some styling for better readability
2018-10-31 15:02:10 +01:00
Alexandru Dima 45f9bf94f0
Merge pull request #1119 from chintogtokh/clarify-readme
Clarify that repo doesn't contain source code
2018-10-31 15:01:36 +01:00
Mera-Gangapersaud 0a5a23ac39 Fixed prereq link 2018-10-29 22:23:42 -04:00
Shivansh Saini cad50490f4 Fix typos and grammar mistakes. 2018-10-28 19:45:19 +05:30
Joaquim Honório 4f669bd261 Update CHANGELOG 2018-10-27 17:37:35 -03:00