Remco Haszing
1b173c35a9
Move build script into prepare
...
This is needed for the examples to work.
2021-03-30 21:30:02 +02:00
Remco Haszing
c8d9e1cc58
Upgrade TypeScript
2021-03-25 18:00:50 +01:00
Remco Haszing
04907bd623
Apply prettier on all committed files
2021-03-25 17:59:58 +01:00
Remco Haszing
f4130f38a3
Move yarn prepare script to prepack
...
No need to rebuild the package on every `yarn install`, but it should be built
before packing.
2021-03-25 17:52:58 +01:00
Remco Haszing
1c532f6815
Update husky and lint-staged
2021-03-25 17:40:43 +01:00
Remco Haszing
26317d314a
Replace .npmignore with package.json files
...
This is inclusive instead of exclusive, which is more manageable.
2021-03-25 17:40:24 +01:00
Remco Haszing
a5a49756be
Remove unused dependencies
...
Jest, eslint, and typescript-tslint-plugin were installed, but never used. Node
types were used for timers, but this is incorrect, as this code is supposed to
run in the browser.
2021-03-25 17:40:16 +01:00
apimastery
0889a43871
version-bump monaco-editor
2020-10-01 20:30:27 -05:00
apimastery
ba85acba70
version-bump yaml-language-server,monaco-editor,monaco-editor-core,monaco-languages
2020-09-25 18:39:35 -05:00
apimastery
6ba5b6d180
use yaml-language-server's ESM and UMD modules; fix formatting
2020-09-20 21:24:30 -05:00
apimastery
5b6cae33b2
use yaml-language-server's ESM and UMD modules; fix formatting
2020-09-20 21:23:48 -05:00
apimastery
4dd5405431
Move tsconfig-s to the root of the project and update them
2020-09-20 19:20:19 -05:00
Himanshu Kapoor
d7bbebe8fc
v2.5.0
2020-08-20 15:24:36 +05:30
Himanshu Kapoor
fa72f5d6be
WIP: Dependency upgrades ( #27 )
...
* Update dependencies and remove language server
Dependency upgrades:
- monaco-editor 0.16.2 -> 0.20.0
- monaco-editor-core 0.16.1 -> 0.20.0
- monaco-languages 1.6.0 -> 1.10.0
- monaco-plugin-helpers 1.0.2 -> 1.0.3
Remove dependencies that are also dependencies of yaml-language-server
Remove all code from
- src/languageservice
- src/yaml-ast-parser-custom-tags
- test
* Update paths and deps in react examples
* fix: 🐛 fix package (#29 )
Co-authored-by: DMY <147dmy@gmail.com>
2020-08-20 15:12:43 +05:30
Himanshu Kapoor
6fc193342f
v2.4.1
2020-07-17 14:32:42 +05:30
Himanshu Kapoor
cf610df47e
Remove usage of monaco.Promise
...
It was removed in Monaco 16.0
2020-07-02 14:46:45 +05:30
John Murret
588bbd4132
fixing broken tests - adding missing dependency request-light
2020-02-26 23:50:19 -07:00
Kristen Mills
bd61f1f040
Add React demos
2020-02-22 14:47:19 -08:00
Peng Xiao
73189a1ab4
feat: bump version
2020-02-11 15:43:12 +08:00
Kristen Mills
9d7f7e3612
make prettier optional
2020-01-28 17:52:22 -08:00
Kristen Mills
dbda6b2631
fix package.json
2020-01-24 13:18:00 -08:00
Kristen Mills
42548a2137
v2.3.0
2020-01-12 17:31:37 -08:00
Kristen Mills
3503cacea0
Update to the latest version of yaml-language-service ( #1 )
2020-01-12 17:27:33 -08:00
Kristen Mills
0bfa23da98
try that
2020-01-11 17:23:01 -08:00
Kristen Mills
3c4720774c
Try using latest version
2020-01-11 17:18:13 -08:00
Kristen Mills
38a0c42644
v2.2.0
2020-01-11 13:05:30 -08:00
Kristen Mills
63a3bbf73f
update version info
2020-01-11 13:04:36 -08:00
Kristen Mills
6aed5662da
schema request service
2020-01-11 02:46:16 -08:00
Egor Gorbachev
f58dc690a9
v2.1.2
2019-09-19 21:02:18 +02:00
Egor Gorbachev
2ff7a7f637
v2.1.1
2019-09-19 20:59:30 +02:00
Egor Gorbachev
7b4e1eb274
Make the package scoped
2019-09-19 20:59:30 +02:00
Egor Gorbachev
766edb0be4
Fix the code to generate a proper ESM output
2019-09-19 20:57:50 +02:00
Egor Gorbachev
638ded2cd2
Change build output from /release to /lib
2019-09-19 16:49:18 +02:00
Egor Gorbachev
93c36d2bd4
Modify npm scripts so it's possible to produce ESM build output
2019-09-19 15:15:15 +02:00
Peng Xiao
1e0e5ebb54
fix: fix error type issues
2018-12-21 17:33:06 +08:00
Peng Xiao
0229f023b0
test: add jest for testing
2018-12-14 18:00:45 +08:00
Peng Xiao
56dda31a03
fix: fix an issue of error position
2018-12-13 15:04:09 +08:00
Peng Xiao
0784a4311e
fix: disable completion for now
2018-11-30 15:05:02 +08:00
Peng Xiao
d80ea14fe0
build: migrate latest json language service implementation
2018-11-23 10:04:33 +08:00
Peng Xiao
5169f3e1fd
feat: revert back custom request service
2018-11-16 11:19:00 +08:00
Peng Xiao
5476403375
feat: allow user to provide custom schema service
2018-11-16 10:22:55 +08:00
Peng Xiao
fb04c29c52
chore: upgrade dependencies and bump version to 1.2.0
2018-11-14 17:57:07 +08:00
Peng Xiao
a0db642717
chore: align with pengx17/master branch
2018-10-25 10:12:07 +08:00
Kevin Decker
c65f0f4a95
House keeping
2018-02-26 00:05:58 -06:00
Kevin Decker
ad350d08b2
Convert json implementation to yaml libs
2018-02-25 23:36:05 -06:00
Kevin Decker
8ba88be05d
Merge yaml language services
2018-02-25 23:26:16 -06:00
Kevin Decker
39dcb0e50b
Import external libs
2018-02-25 19:53:44 -06:00
Martin Aeschlimann
ff043657bd
update dependencies, fix promise typing issue
2018-02-07 09:59:03 +01:00
rebornix
63d6dadc9c
1.3.2
2017-08-17 09:10:50 -07:00
rebornix
a8812c65eb
adopt monaco-editor-core
2017-08-17 09:10:34 -07:00