Commit Graph

27 Commits

Author SHA1 Message Date
DanyLE
1db1b11277 fix: doc generation use latest typedoc version
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-05-30 13:13:45 +02:00
DanyLE
0b5610ed76 fix: extractZip bug introduced by last commit
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-04-03 09:36:02 +02:00
DanyLE
492f85789c fix: creating missing directories from file paths when they are not specified in zip meta-data
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-03-31 14:38:59 +02:00
DanyLE
5101afe1b9 allow to specify user data in some low level VFS interface API
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-31 20:34:07 +01:00
DanyLE
f97a45be15 Add more control to mem file + bug fix on File 2022-07-02 21:36:07 +02:00
DanyLE
fdcc5ce784 allow to create memory-based temporal VFS file system 2022-07-02 18:52:50 +02:00
Dany LE
81d78aa8e5 robusify VFS mem file handling 2022-07-02 16:28:21 +02:00
Dany LE
3a24df169c update announcement system 2021-11-24 22:15:25 +01:00
Dany LE
66e96cc0db update VFS API 2021-10-24 20:56:18 +02:00
lxsang
9c06d88713 AntOS load automatically custom VFS handles if available 2021-10-12 22:26:40 +02:00
lxsang
c23cb1bfa8 Improve core API:
- improve OS exit API
- improve VFS API
2021-10-12 21:58:57 +02:00
lxsang
0af320e4c2 fix etract zip API bug 2021-06-13 12:08:38 +02:00
lxsang
b4fb5473e4 update terser setting 2021-06-13 12:08:27 +02:00
lxsang
a5d93fcd72 enhance vfs path handling 2021-06-13 12:08:25 +02:00
lxsang
2316994b94 enhance vfs path handling 2021-06-13 12:08:25 +02:00
lxsang
fd4474d598 Improvement on core API:
- improvement performance of some VFS utility API
- Allow compress/extract zip file in Files
- CodePad/Files/MarketPlace use some common system APIs instead of defining in-package functions
2021-06-13 12:08:23 +02:00
lxsang
e657c98688 move some API from CodePad to system API 2021-06-13 12:08:22 +02:00
lxsang
9fe744fde7 Improvement antos API + bugs fixed 2020-12-21 15:55:02 +01:00
lxsang
05cea66870 Improvement + bug fix
- Some minor bug fix
- Major change: allow split view in CodePad, make CodePad API portable so that it is easy to use another editor
other than ACE in the futures (such as monaco editor)
2020-12-20 16:45:51 +01:00
lxsang
2b67084392 fix path error on PackageFileHandle 2020-08-04 20:00:34 +02:00
lxsang
b1649016f4 add PackageFileHandle + support for library definition + minor fix 2020-08-04 19:51:32 +02:00
lxsang
4a941f0467 add more docs 2020-06-18 17:09:00 +02:00
lxsang
5ff637138c add docs 2020-06-17 21:06:55 +02:00
lxsang
edbffeb2b8 Enhance core API
- Add trim function to core API
- Minor bug fix
2020-06-06 18:41:43 +02:00
Xuan Sang LE
fb462fe31b add more type, all defaults apps are now in typescript 2020-06-04 17:49:48 +02:00
Xuan Sang LE
6e95994892 add more test, convert CodePad to type scipt 2020-06-03 23:43:08 +02:00
Xuan Sang LE
1c32f2010c Switch from coffee script to typescrit
- Better tooling support
- Stronger type checking
- Unit test with jest
- JSDocc support
2020-05-29 22:22:00 +02:00