Commit Graph

38 Commits

Author SHA1 Message Date
Alex Varchuk
d1c9155ae1
chore: remove redoc-cli (#2320) 2023-05-18 17:53:26 +03:00
Andriy Zaleskyy
6c7685e5fa
fix: No maxLength label is displayed for arrays of items #1701 (#1765)
* fix: No maxLength label is displayed for arrays of items #1701

* Revert "fix: No maxLength label is displayed for arrays of items #1701"

This reverts commit 543ecc4d39.

* fix: No maxLength label is displayed for arrays of items #1701

* change array items display

* fix alignment

* remove theme font from labels

* update snapshot

Co-authored-by: Oprysk <vyacheslav@redocly.com>
2022-01-05 17:11:05 +02:00
Roman Hotsiy
346b10f173
feat: load external search index 2020-09-24 14:04:58 +03:00
Roman Hotsiy
4ab2d0556d
chore: migrate tslint -> eslint 2020-03-17 11:52:33 +02:00
Zakary Kamal Ismail
6d9a401b3b chore(cli): Lint and prettify cli/index.ts (#1074) 2020-01-10 14:29:09 +02:00
Roman Hotsiy
edc77a2017
chore: update ts and enable noUnusedLocals 2018-07-17 12:15:22 +03:00
Roman Hotsiy
f7bf0b8912
chore: fix declarations emit 2018-05-17 11:40:47 +03:00
Roman Hotsiy
08253ee1b1
chore: enable tslint for test files 2018-05-16 13:08:27 +03:00
Roman Hotsiy
9115be8378
feat: export TypeScript typings 2018-05-16 12:44:44 +03:00
Roman Hotsiy
2b52bf2641
chore: enable noEmitHelpers and importHelpers 2018-03-22 18:03:20 +02:00
Roman Hotsiy
e27d421f8a
chore: migrate to ts-loader 2018-03-17 15:16:56 +02:00
Roman Hotsiy
ea3c731464
chore: use latest RC of typescript 2018-03-16 17:02:12 +02:00
Roman Hotsiy
b33b9543fa
chore: add a few more integration tests 2018-02-17 21:27:15 +02:00
Roman Hotsiy
63dfdebf6a
Add version and revision to standalone bundle exports 2017-11-22 13:02:15 +02:00
Roman Hotsiy
f65dd955fa
fix tsconfig includes 2017-11-20 12:44:01 +02:00
Roman Hotsiy
f7374caf3c
fix webpack config ts issues 2017-11-19 23:26:41 +02:00
Roman Hotsiy
ec45c8582a
umd bundle 2017-11-19 21:37:47 +02:00
Roman Hotsiy
6dae49ac5f
Standalone ReDoc bundle + v1.x basic compatibility 2017-11-19 12:51:59 +02:00
Roman Hotsiy
4c3b4aa589
Initial React rewrite 2017-10-12 00:01:37 +03:00
Roman Hotsiy
2a0f226b73
chore: do not pullute dist folder 2017-08-02 14:55:02 +03:00
Roman Hotsiy
6d423df2e9
chore: organize config files 2017-07-22 15:49:12 +02:00
Roman Hotsiy
8e8d9d8995
chore: ts updates 2017-06-14 11:12:49 +03:00
Roman Hotsiy
2d6ab83f70
chore: fix lint 2017-04-23 18:00:36 +03:00
Roman Hotsiy
3f48357e39
chore: module build + export services 2017-04-19 12:42:09 +03:00
Roman Hotsiy
abae4c03c3
chore: fix tests 2017-03-15 17:53:25 +02:00
Roman Hotsiy
049094f179
Development tools refactor
- common webpack config
  - use latest karma-coverage + remap-istanbul
  - use webpack-ngc instead of ngc buildstep
  - update dev dependencies
  - use V8LazyParseWebpackPlugin
2017-01-06 21:38:04 +02:00
Roman Hotsiy
d63ca7de03
disable tsc no-unused checks 2016-12-02 12:11:17 +02:00
Roman Hotsiy
14074856b6
Enable more strict checks for linter/tsc 2016-12-02 12:11:16 +02:00
Roman Hotsiy
5b17dc36cf
Enable noEmitHelpers in tsconfig 2016-10-31 19:27:59 +02:00
Roman Hotsiy
4cff1fa67b
try fix build again 2016-10-18 17:34:18 +03:00
Benny Neugebauer
96dd49e27b Fixed indentation 2016-09-08 12:19:33 +02:00
Roman Hotsiy
52c2233534
Smaller bundle size by removing esprima dep from bundle 2016-09-02 23:24:51 +03:00
Roman Hotsiy
a65ecfa442
Move to webpack + AoT compilation 2016-08-28 21:46:10 +03:00
Roman Hotsiy
3aa586cced
Migrate to typescript 2.0 and get rid of typings (fixes #80, #81) 2016-08-28 21:44:11 +03:00
Roman Hotsiy
76f06b1992 Fix coverage 2016-06-16 15:44:14 +03:00
Roman Hotsiy
4498884f62 Migrate tests to TypeScript 2016-06-12 20:44:34 +03:00
Roman Hotsiy
3629e34a5a Continue migrating to TS 2016-06-06 19:32:20 +03:00
Roman Hotsiy
65bc8ef4e5 Migrate to Typescript (not finished yet) 2016-05-25 18:34:31 +03:00