Skip to content

Commit

Permalink
JSII compatibility & v2 GA (#114)
Browse files Browse the repository at this point in the history
* feat: jsii project with projen

BREAKING CHANGE: Alpha release of a jsii version of this package. Aim is
that migration will be minimal, however probably not avoidable.

* feat: jsii compatibility

* docs: note about alpha status

* chore: announce releases on twitter

* chore: upgrade projen version

* chore: workflow container to use node14

* chore: upgrade package versions

* chore: remove standard-version files that are incompatible with release

* chore: remove docker fallback code

* chore(examples/lambda): use new jsii construct

* feat: reduce number of exported structs

* feat: more explict prop types

* docs: re-write for jsii package

* chore: manual release

* docs: fix links and typos

* chore: re-add changelog

* ci: remove unnecessary check from manual release workflow

* chore(release): 2.0.0-alpha.2

* feat: synthesize esbuild types from source (#117)

* chore(release): 2.0.0-alpha.4

* docs: improve generated docs, upgrading instructions, tags, security and other minor fixes (#119)

* chore(release): 2.0.0-alpha.5

* chore: move to rc pre-releases (#120)

* chore(release): 2.0.0-rc.0

* feat: generated docs for esbuild link to documentation (#123)

* chore(release): 2.0.0-rc.1

* chore(examples/website): update the v2

* chore(examples/lambda): update to v2

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
mrgrain and github-actions authored Nov 7, 2021
1 parent c44fe72 commit 727c78a
Show file tree
Hide file tree
Showing 57 changed files with 34,091 additions and 35,187 deletions.
232 changes: 232 additions & 0 deletions .eslintrc.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/pull_request_template.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 51 additions & 0 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
echo ::set-output name=latest_commit::"$(git ls-remote origin -h ${{
github.ref }} | cut -f1)"
- name: Upload artifact
if: ${{ steps.git_remote.outputs.latest_commit == github.sha }}
uses: actions/[email protected]
with:
name: dist
Expand All @@ -42,7 +41,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
if: needs.release.outputs.latest_commit == github.sha
steps:
- name: Download build artifacts
uses: actions/download-artifact@v2
Expand All @@ -65,7 +63,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
if: needs.release.outputs.latest_commit == github.sha
steps:
- name: Download build artifacts
uses: actions/download-artifact@v2
Expand Down
32 changes: 32 additions & 0 deletions .github/workflows/stale.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 727c78a

Please sign in to comment.