Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
56c7668
fix: Fixing a regression of additionalProperties keys not being edita…
erunion Dec 13, 2019
b52cec4
chore: updating dist files
erunion Dec 13, 2019
df3401e
v4.13.3
erunion Dec 13, 2019
f772c49
chore: Bump css-loader from 3.2.1 to 3.3.2 (#405)
dependabot-preview[bot] Dec 16, 2019
dd34213
chore: Bump @readme/eslint-config from 1.7.0 to 1.8.0 (#406)
dependabot-preview[bot] Dec 16, 2019
193b38b
refactor: refer to new pointers for log (#407)
dok Dec 20, 2019
a42fc0f
chore: dist updates
erunion Dec 20, 2019
55f8bac
v4.14.0
erunion Dec 20, 2019
82ca75c
chore: Bump @babel/preset-env from 7.7.6 to 7.7.7 (#413)
dependabot-preview[bot] Dec 23, 2019
2564103
chore(deps-dev): Bump @readme/eslint-config from 1.8.0 to 1.8.1 (#416)
dependabot-preview[bot] Dec 24, 2019
7595b99
chore(deps-dev): Bump eslint from 6.7.2 to 6.8.0 (#410)
dependabot-preview[bot] Dec 24, 2019
fa9a1a2
chore(deps): Bump oas from 1.0.2 to 1.1.0 (#415)
dependabot-preview[bot] Dec 24, 2019
9fa958c
chore(deps-dev): Bump enzyme from 3.10.0 to 3.11.0 (#408)
dependabot-preview[bot] Dec 24, 2019
e4f4d55
chore(deps-dev): Bump webpack from 4.41.2 to 4.41.4 (#409)
dependabot-preview[bot] Dec 24, 2019
ea4f5cc
chore(deps-dev): Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 (…
dependabot-preview[bot] Dec 24, 2019
3502e5c
chore(deps): Bump css-loader from 3.3.2 to 3.4.0 (#411)
dependabot-preview[bot] Dec 24, 2019
d7b1d61
chore(deps): Bump codemirror from 5.49.2 to 5.50.0 (#412)
dependabot-preview[bot] Dec 24, 2019
5dc1bc8
chore(deps-dev): Bump style-loader from 1.0.1 to 1.1.1 (#414)
dependabot-preview[bot] Dec 24, 2019
ef98735
chore(deps-dev): Bump @readme/eslint-config from 1.8.1 to 1.9.0 (#424)
dependabot-preview[bot] Jan 6, 2020
5ad2aaf
chore(deps-dev): Bump lerna from 3.19.0 to 3.20.2 (#428)
dependabot-preview[bot] Jan 6, 2020
a2eeba8
chore(deps-dev): Bump nock from 11.7.0 to 11.7.1 (#425)
dependabot-preview[bot] Jan 6, 2020
f06bfb2
chore(deps): [Security] Bump handlebars from 4.1.2 to 4.5.3 (#418)
dependabot-preview[bot] Jan 6, 2020
434cce7
chore(deps-dev): Bump style-loader from 1.1.1 to 1.1.2 (#419)
dependabot-preview[bot] Jan 6, 2020
e3e5abb
chore(deps-dev): Bump webpack-dev-server from 3.9.0 to 3.10.1 (#421)
dependabot-preview[bot] Jan 6, 2020
2cbe0ab
chore(deps-dev): Bump @babel/core from 7.7.5 to 7.7.7 (#422)
dependabot-preview[bot] Jan 6, 2020
ed1c56e
chore(deps-dev): Bump webpack from 4.41.4 to 4.41.5 (#423)
dependabot-preview[bot] Jan 6, 2020
710dd4a
chore(deps-dev): Bump css-loader from 3.4.0 to 3.4.1 (#426)
dependabot-preview[bot] Jan 6, 2020
1722353
chore(deps): Bump codemirror from 5.50.0 to 5.50.2 (#427)
dependabot-preview[bot] Jan 6, 2020
34a2ef7
test: updating an out of date fixture that was breaking the local dem…
erunion Jan 6, 2020
b75c2b3
chore(dev-deps): replacing uglifyjs-webpack-plugin with terser-webpac…
erunion Jan 7, 2020
fcb78eb
test: removing codeclimate from our builds (#432)
erunion Jan 9, 2020
8bcd03c
fix: align params to top (#431)
rafegoldberg Jan 9, 2020
84713e8
chore: dist updates
erunion Jan 9, 2020
fc61a65
v4.15.0
erunion Jan 9, 2020
5d87302
test: setting up a github workflow for running unit tests (#434)
erunion Jan 10, 2020
3f53b65
Merge branch 'master' into update/beta-editor
erunion Jan 10, 2020
a8f216f
fix: resolving some eslint callouts
erunion Jan 10, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"presets": [
["@babel/env", {
["@babel/preset-env", {
"targets": {
"browsers": ["last 2 versions"]
}
}],
"@babel/react"
"@babel/preset-react"
],
"plugins": ["@babel/plugin-proposal-class-properties"]
}
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,4 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- run: chmod +x ./cc-test-reporter
- run: ./cc-test-reporter before-build
- run: npm test
- run: ./cc-test-reporter format-coverage -t lcov packages/api-explorer/coverage/lcov.info -o coverage/api-explorer.json
- run: ./cc-test-reporter format-coverage -t lcov packages/api-logs/coverage/lcov.info -o coverage/api-logs.json
- run: ./cc-test-reporter format-coverage -t lcov packages/markdown/coverage/lcov.info -o coverage/markdown.json
- run: ./cc-test-reporter format-coverage -t lcov packages/syntax-highlighter/coverage/lcov.info -o coverage/syntax-highlighter.json
- run: ./cc-test-reporter format-coverage -t lcov packages/variable/coverage/lcov.info -o coverage/variable.json
- run: ./cc-test-reporter sum-coverage --output - --parts 5 coverage/*.json | ./cc-test-reporter upload-coverage --input -
4 changes: 0 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
**/node_modules
coverage
index.js
emojis.js
marked.js

example/dist
example/demo-bundle.*
example/reference-bundle.*
28 changes: 28 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x, 12.x]

steps:
- uses: actions/checkout@v1

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: npm install
run: |
npm install
npx lerna bootstrap --concurrency 2

- name: tests
run: npm test
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,52 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v4.15.0](https://github.com/readmeio/api-explorer/compare/v4.14.0...v4.15.0)

> 9 January 2020

- fix: align params to top [`#431`](https://github.com/readmeio/api-explorer/pull/431)
- test: removing codeclimate from our builds [`#432`](https://github.com/readmeio/api-explorer/pull/432)
- chore(dev-deps): replacing uglifyjs-webpack-plugin with terser-webpack-plugin [`#430`](https://github.com/readmeio/api-explorer/pull/430)
- test: updating an out of date fixture that was breaking the local demo [`#429`](https://github.com/readmeio/api-explorer/pull/429)
- chore(deps): Bump codemirror from 5.50.0 to 5.50.2 [`#427`](https://github.com/readmeio/api-explorer/pull/427)
- chore(deps-dev): Bump css-loader from 3.4.0 to 3.4.1 [`#426`](https://github.com/readmeio/api-explorer/pull/426)
- chore(deps-dev): Bump webpack from 4.41.4 to 4.41.5 [`#423`](https://github.com/readmeio/api-explorer/pull/423)
- chore(deps-dev): Bump @babel/core from 7.7.5 to 7.7.7 [`#422`](https://github.com/readmeio/api-explorer/pull/422)
- chore(deps-dev): Bump webpack-dev-server from 3.9.0 to 3.10.1 [`#421`](https://github.com/readmeio/api-explorer/pull/421)
- chore(deps-dev): Bump style-loader from 1.1.1 to 1.1.2 [`#419`](https://github.com/readmeio/api-explorer/pull/419)
- chore(deps): [Security] Bump handlebars from 4.1.2 to 4.5.3 [`#418`](https://github.com/readmeio/api-explorer/pull/418)
- chore(deps-dev): Bump nock from 11.7.0 to 11.7.1 [`#425`](https://github.com/readmeio/api-explorer/pull/425)
- chore(deps-dev): Bump lerna from 3.19.0 to 3.20.2 [`#428`](https://github.com/readmeio/api-explorer/pull/428)
- chore(deps-dev): Bump @readme/eslint-config from 1.8.1 to 1.9.0 [`#424`](https://github.com/readmeio/api-explorer/pull/424)
- chore(deps-dev): Bump style-loader from 1.0.1 to 1.1.1 [`#414`](https://github.com/readmeio/api-explorer/pull/414)
- chore(deps): Bump codemirror from 5.49.2 to 5.50.0 [`#412`](https://github.com/readmeio/api-explorer/pull/412)
- chore(deps): Bump css-loader from 3.3.2 to 3.4.0 [`#411`](https://github.com/readmeio/api-explorer/pull/411)
- chore(deps-dev): Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 [`#417`](https://github.com/readmeio/api-explorer/pull/417)
- chore(deps-dev): Bump webpack from 4.41.2 to 4.41.4 [`#409`](https://github.com/readmeio/api-explorer/pull/409)
- chore(deps-dev): Bump enzyme from 3.10.0 to 3.11.0 [`#408`](https://github.com/readmeio/api-explorer/pull/408)
- chore(deps): Bump oas from 1.0.2 to 1.1.0 [`#415`](https://github.com/readmeio/api-explorer/pull/415)
- chore(deps-dev): Bump eslint from 6.7.2 to 6.8.0 [`#410`](https://github.com/readmeio/api-explorer/pull/410)
- chore(deps-dev): Bump @readme/eslint-config from 1.8.0 to 1.8.1 [`#416`](https://github.com/readmeio/api-explorer/pull/416)
- chore: Bump @babel/preset-env from 7.7.6 to 7.7.7 [`#413`](https://github.com/readmeio/api-explorer/pull/413)
- chore: dist updates [`84713e8`](https://github.com/readmeio/api-explorer/commit/84713e8ff5a0a5328d4ecff63ab07ba188f6d036)

#### [v4.14.0](https://github.com/readmeio/api-explorer/compare/v4.13.3...v4.14.0)

> 20 December 2019

- refactor: refer to new pointers for log [`#407`](https://github.com/readmeio/api-explorer/pull/407)
- chore: Bump @readme/eslint-config from 1.7.0 to 1.8.0 [`#406`](https://github.com/readmeio/api-explorer/pull/406)
- chore: Bump css-loader from 3.2.1 to 3.3.2 [`#405`](https://github.com/readmeio/api-explorer/pull/405)
- chore: dist updates [`a42fc0f`](https://github.com/readmeio/api-explorer/commit/a42fc0f20032c595c70c8e79669ece1e285954db)

#### [v4.13.3](https://github.com/readmeio/api-explorer/compare/v4.13.2...v4.13.3)

> 13 December 2019

- fix: Fixing a regression of additionalProperties keys not being editable [`#404`](https://github.com/readmeio/api-explorer/pull/404)
- chore: updating dist files [`b52cec4`](https://github.com/readmeio/api-explorer/commit/b52cec4c6e946a7195ba27ed7a13e5bcc57f0027)

#### [v4.13.2](https://github.com/readmeio/api-explorer/compare/v4.13.1...v4.13.2)

> 9 December 2019
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Open source components that make up ReadMe's API explorer.

[![CircleCI](https://circleci.com/gh/readmeio/api-explorer.svg?style=svg&circle-token=2a91256819c6da2e388896859d4f7fbb34ec9d84)](https://circleci.com/gh/readmeio/api-explorer)
[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer)

[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)

Expand Down
Loading