Compare @uirouter/publish-scripts
versions 2.6.2 and 2.6.3
Changelog for check-peer-dependencies
:
Compare check-peer-dependencies
versions 4.1.0 and 4.3.0
- Install peer deps as devDependencies if the peer dep came from a dev dependency (6ef3021), closes #21
- Method for determining the installed version fails #27 (8058585)
- non-satisfied optional dependency should fail (7d43b0d)
Publish package with correct line endings
Compare @uirouter/publish-scripts
versions 2.6.1 and 2.6.2
Compare @uirouter/publish-scripts
versions 2.6.0 and 2.6.1
- ensure release script works in windows (d3eb682)
Compare @uirouter/publish-scripts
versions 2.5.5 and 2.6.0
Changelog for check-peer-dependencies
:
Compare check-peer-dependencies
versions 4.0.0 and 4.1.0
- Install peer deps as devDependencies if the peer dep came from a dev dependency (6ef3021), closes #21
- Add support for ignoring peer dependencies (via cli option or config stored in package.json) (5994c9c)
- load checkPeerDependencies config from package.json (and merge with CLI options) (e2f0fee)
Compare @uirouter/publish-scripts
versions 2.5.4 and 2.5.5
Changelog for check-peer-dependencies
:
Compare check-peer-dependencies
versions 2.0.6 and 4.0.0
- findSolutions: Add a toggle to find solutions and print installation commands. (c34735a)
- orderBy: Change default orderBy to 'dependee' (e77e069)
- peerDependencyMeta: support peerDependencyMeta in package.json to ignore optional peer dependencies (4e3b757)
- prerelease: include prerelease when matching ranges, i.e. the range ">=6.0.0" matches "7.0.0-beta.1" (0493379)
- report: For a given unmet peer dependency, show every related peer dependency, even if currently met (516a259)
- prerelease: Matches prerelease versions
- orderBy: default order changed from 'depender' to 'dependee'
- findSolutions: no longer prints installation commands by default, instead prints a message about using --install
Compare @uirouter/publish-scripts
versions 2.5.3 and 2.5.4
Changelog for check-peer-dependencies
:
Compare check-peer-dependencies
versions 2.0.2 and 2.0.6
- fix type error (d117ef7)
- Ignore missing optionalDependencies (25a89a7)
- print warning if dependency path is not found (37c0296)
Compare @uirouter/publish-scripts
versions 2.5.2 and 2.5.3
- Do not run docker with -it, maybe it works in github actions? (7ef06bc)
Compare @uirouter/publish-scripts
versions 2.5.1 and 2.5.2
- docgen: delete the correct includes directory after generating docs (7844255)
- docker_push: tag a version with the current package version (80d7b3c)
Compare @uirouter/publish-scripts
versions 2.5.0 and 2.5.1
- docgen: delete the includes directory after generating docs (7a8da38)
Compare @uirouter/publish-scripts
versions 2.4.3 and 2.5.0
- docgen Read docgen config from package.json
- docgen: Create a docker image uirouter:docgen which generates docs so projects do not need a direct dependency on typedoc (bd52998)
Compare @uirouter/publish-scripts
versions 2.4.2 and 2.4.3
- release+downstream: call 'npm runbuild' for projects that have a distDir (d39f693)
Compare @uirouter/publish-scripts
versions 2.4.1 and 2.4.2
- generate_docs: Replace "Globals" with {{name}} in breadcrumbs. (7f723a9)
Compare @uirouter/publish-scripts
versions 2.4.0 and 2.4.1
- generate_docs: Support 'branch' configuration in docgen.json for included repos (1f715dd)
Compare @uirouter/publish-scripts
versions 2.3.49 and 2.4.0
- Improve generate_docs (e41798b)
Compare @uirouter/publish-scripts
versions 2.3.48 and 2.3.49
- generate_docs: Generate docs from the current directory, and without using symlinks for node_modules (3661919)
- publish_yalc_package: Do not double build (rely on yalc publish calling prepublishOnly script) (75ce2fe)
- test_downstream_projects: support testing of branches. Do not revert changes after running tests to improve debugging of failed runs (a35785f)
Changelog for check-peer-dependencies
:
Compare check-peer-dependencies
versions 2.0.1 and 2.0.2
- peerDevDependencies: Make peerDevDependency includes check a bit safer (2a1a183)
- walkPackageDependency: only walk dev deps for the root package (e69c385)
- walkPackageDependencyTree: Check devDependencies too (9eba197)
Compare @uirouter/publish-scripts
versions 2.3.47 and 2.3.48
- test_downstream_projects: add branch selection support for downstream git repositories (6017917)
- upgrade.js: Encode newlines in the upgrades output (4b196ba)
Compare @uirouter/publish-scripts
versions 2.3.46 and 2.3.47
- upgrade: add upgrade-count and upgrade-strategy outputs (7b79bd2)
- upgrade: add upgrade-count and upgrade-strategy outputs (d8e94aa)
Changelog for check-peer-dependencies
:
Compare check-peer-dependencies
versions 1.0.10 and 2.0.1
- peerDevDependencies: Use an array of package names in 'peerDevDependencies' in conjunction with the standard 'peerDependencies' object to install peer deps as devDependencies. (681a80b)
- check-peer-dependencies-optional-dependency: Added a workaround for yarn swallowing postinstall script output (a9c9fdf)
- peerDevDependencies: Add support for 'peerDevDependencies' -- 'peerDependencies' that should be installed as 'devDependencies' (47d40ef)
Compare @uirouter/publish-scripts
versions 2.3.45 and 2.3.46
- test_downstream_projects: When supplying --group to test_downstream_projects, only apply the --group to the top level project. However, parse all downstream_projects.json with group support. (4aeac16)
- upgrade: Create a github action to yarn upgrade (1c8680f)
Compare @uirouter/publish-scripts
versions 2.3.44 and 2.3.45
- support typedoc.json and tsconfig.typedoc.json. upgrade to latest deps (b80c285)
Changelog for check-peer-dependencies
:
Compare check-peer-dependencies
versions 1.0.8 and 1.0.10
- debug: Added a --debug cli flag (862232e)
- orderBy: Added a --orderBy cli flag (9e7b8af)
- verbose: Turn off verbose logging by default (04cde8a)
Compare @uirouter/publish-scripts
versions 2.3.43 and 2.3.44
- test_downstream_projects: push the full name to the success log (not just the project key to the success log. (8cd2585)
Compare @uirouter/publish-scripts
versions 2.3.42 and 2.3.43
- ci: create a dockerfile for running uirouter ci (37cdcb0)
- gha: Add support for collapsing of output when run in Github Actions (89d50e0)
- test_downstrem_projects: add support for grouping downstream projects in the config file (d9201a1)
- test_downstrem_projects: Print out a summary of success/failed/skipped downstream tests at the end (e9847e8)
Changelog for check-peer-dependencies
:
Compare check-peer-dependencies
versions 1.0.7 and 1.0.8
- Revert fix for breaking change in resolve package after they reverted the breaking change itself. (d25c43a)
Compare @uirouter/publish-scripts
versions 2.3.41 and 2.3.42
- test_downstream_projects: read nested config projects correctly when projects property is defined inside downstream_projects.json config (ef80552)
Compare @uirouter/publish-scripts
versions 2.3.40 and 2.3.41
- publish: Fix running of prepublishOnly script before publishing a package with a distDir (d6e7114)
Compare @uirouter/publish-scripts
versions 2.3.39 and 2.3.40
Changelog for check-peer-dependencies
:
Compare check-peer-dependencies
versions 1.0.6 and 1.0.7
- Update packageFilter for breaking change in resolve package (15ade47)
Compare @uirouter/publish-scripts
versions 2.3.38 and 2.3.39
- publish: If a distDir is found in package.json, run prepublishOnly script from the root directory before publishing to NPM (63ded3f)
Changelog for check-peer-dependencies
:
Compare check-peer-dependencies
versions 1.0.5 and 1.0.6
- sort peer dependencies by depender package name first (3d656a6)
- when recursively installing peer deps, don't re-process previously unmet peer deps (ce9fe3e)
Compare @uirouter/publish-scripts
versions 2.3.37 and 2.3.38
Update upstream lib to resolve security vulnerability
Compare @uirouter/publish-scripts
versions 2.3.36 and 2.3.37
Compare @uirouter/publish-scripts
versions 2.3.35 and 2.3.36
- update to check-peer-dependencies 1.0.3 (24ac975)
Compare @uirouter/publish-scripts
versions 2.3.34 and 2.3.35
refactor: Delete check_peer_dependencies.js in favor of using check-peer-dependencies npm package
Compare @uirouter/publish-scripts
versions 2.3.33 and 2.3.34
- check_peer_dependencies: use node module resolution to find dependencies (6c9cc3e)
- check_peer_dependencies: don't require --yarn or --npm command line, infer it from package-lock.json or yarn.lock (295b83f)
Compare @uirouter/publish-scripts
versions 2.3.32 and 2.3.33
- release: After 'git commit', then run 'git add' in case Prettier formatted them (28fe683)
Compare @uirouter/publish-scripts
versions 2.3.31 and 2.3.32
- publish_yalc_package: move pkgJson parsing out of conditional block (1d4bb2d)
Compare @uirouter/publish-scripts
versions 2.3.30 and 2.3.31
- check_peer_dependencies: fix typo 🤦 (110048f)
Compare @uirouter/publish-scripts
versions 2.3.29 and 2.3.30
- check_peer_dependencies: fix logging when a peerdep solution has been found (f03bc04)
- check_peer_dependencies: Added a script which checks that all peer dependencies are satisfied (63e6c97)
- check_peer_dependencies: when checking peer deps, ignore package if it's been installed using yalc (fc62d5b)
- test_downstream_projects: Install peer dependencies in downstream projects (153c024)
Compare @uirouter/publish-scripts
versions 2.3.28 and 2.3.29
- publish: fix logic for getting the package distDir (cea3c04)
Compare @uirouter/publish-scripts
versions 2.3.27 and 2.3.28
- publish: support package publishing from a subdirectory (b609066)
- release: put correct changelog on clipboard (3ffa4b4)
- show_changelog: Put an -HR- between changelogs for upstream projects (8d10df0)
Compare @uirouter/publish-scripts
versions 2.3.26 and 2.3.27
- release: Write changelog to a temp file so it can be edited while the release script is paused (9cce8fd)
Compare @uirouter/publish-scripts
versions 2.3.25 and 2.3.26
- package): (package: update dependencies conventional-changelog@3.1.10, git-semver-tags@3.0.0, lodash@4.17.15, open@6.4.0, readline-sync@1.4.10, tmp@0.1.0, typedoc@0.15.0, typedoc-plugin-external-module-name@2.1.0, typedoc-plugin-internal-external@2.0.2, yalc@1.0.0-pre.34, yargs@14.0.0 (b0cc01e)
Compare @uirouter/publish-scripts
versions 2.3.24 and 2.3.25
Compare @uirouter/publish-scripts
versions 2.3.23 and 2.3.24
- test_downstream_projects: Fix for packages with only dependencies or devDependencies block (93bf0aa)
Compare @uirouter/publish-scripts
versions 2.3.22 and 2.3.23
- test_downstream_projects: hopefully fix travis folding by not emitting whitespaces (0a9c74f)
Compare @uirouter/publish-scripts
versions 2.3.21 and 2.3.22
- test:downstream: Support folding of output in travis ci (66bd430)
Compare @uirouter/publish-scripts
versions 2.3.20 and 2.3.21
Compare @uirouter/publish-scripts
versions 2.3.19 and 2.3.20
Compare @uirouter/publish-scripts
versions 2.3.18 and 2.3.19
Compare @uirouter/publish-scripts
versions 2.3.17 and 2.3.18
- test_downstream_projects: Fix testing multiple levels of yalc'd packages by deyalcing the package.json before yalc publish. (dc83c7c)
Compare @uirouter/publish-scripts
versions 2.3.16 and 2.3.17
- test_downstream_projects: Use yarn resolution rules to avoid duplicate dependencies of UPSTREAM_PKGS installed via yalc (0e8891c)
Compare @uirouter/publish-scripts
versions 2.3.15 and 2.3.16
Compare @uirouter/publish-scripts
versions 2.3.14 and 2.3.15
- generate_docs: Load lib.es6.d.ts from either typescript/lib or typedoc/node_modules/typescript/lib, whichever is found (fd63486)
Compare @uirouter/publish-scripts
versions 2.3.13 and 2.3.14
- test_downstream_projects: run 'yarn' after installing upstreams to get updated upstream dependencies (9c711ee)
Compare @uirouter/publish-scripts
versions 2.3.12 and 2.3.13
- generate_docs: don't symlink included projects. clone directly to temp dir (506dbbf)
Compare @uirouter/publish-scripts
versions 2.3.11 and 2.3.12
- test_downstream_projects: Do not 'yarn upgrade' downstream projects (05ec93b)
Compare @uirouter/publish-scripts
versions 2.3.10 and 2.3.11
- generate_docs: fix travis: support yalc versions by matching and stripping the '-ha5hcod3' suffix (2e9d9d7)
Compare @uirouter/publish-scripts
versions 2.3.9 and 2.3.10
- generate_docs: fix travis: use symlink, not hard link when generating docs (d74c101)
Compare @uirouter/publish-scripts
versions 2.3.8 and 2.3.9
- generate_docs: Attempt to fix travis: use ~/.docgen instead of temp dir (404ecbf)
Compare @uirouter/publish-scripts
versions 2.3.7 and 2.3.8
- generate_docs: Attempt to fix travis: use ~/.docgen instead of temp dir (b4363d4)
Compare @uirouter/publish-scripts
versions 2.3.6 and 2.3.7
- generate_docs: Attempt to fix travis: use ~/.docgen instead of temp dir (77d06ef)
Compare @uirouter/publish-scripts
versions 2.3.5 and 2.3.6
- generate_docs: clean up temp directory (f10ca7b)
Compare @uirouter/publish-scripts
versions 2.3.4 and 2.3.5
- generate_docs: use git checkout (not git co) (4d0928c)
Compare @uirouter/publish-scripts
versions 2.3.3 and 2.3.4
- test_downstream_projects: make yalc a dependency of publish-scripts, use npx to call it (de59d18)
- generate_docs: update to typedoc 0.11.x and move sources to temp dir to get proper git urls (3abfe07)
- publish_yalc_package: do not move to temp dir when unnecessary (05b7f6e)
Compare @uirouter/publish-scripts
versions 2.3.2 and 2.3.3
- test_downstream_projects: Support 'projects' and 'nohoist' keys in downstream_projects.json (f860f61)
Compare @uirouter/publish-scripts
versions 2.3.1 and 2.3.2
- test_downstream_projects: Add command line toggle for yarn workspaces (a6ce2ce)
- test_downstream_projects: Support yarn workspaces (dc56ebb)
Compare @uirouter/publish-scripts
versions 2.3.0 and 2.3.1
- docs: Enable 'branch' override for included doc repos (like uirouter/core) (05ca568)
Compare @uirouter/publish-scripts
versions 2.2.10 and 2.3.0
- docs: Add generate_docs script to generate typedoc documentation (58afc88)
- docs: Add publish_docs script to publish typedoc documentation to http://ui-router.github.io/ (7192f29)
Compare @uirouter/publish-scripts
versions 2.2.9 and 2.2.10
- show_changelog: use merges: null so commit messages from manually merged PRs are processed (102b794)
Compare @uirouter/publish-scripts
versions 2.2.8 and 2.2.9
- test_downstream_projects: Run tests and downstream tests separately. Switch back to .downstream_cache dir before prepping nested downstream projects (742ffe4)
Compare @uirouter/publish-scripts
versions 2.2.7 and 2.2.8
- test_downstream_projects: fix null pointer when skipping downstream projects (7cd497b)
Compare @uirouter/publish-scripts
versions 2.2.6 and 2.2.7
- publish_yalc_package: Build packages in temp directory before publishing (8df5b99)
Compare @uirouter/publish-scripts
versions 2.2.5 and 2.2.6
- release: open github tag in browser to update changelog after publishing (9f202e9)
Compare @uirouter/publish-scripts
versions 2.2.4 and 2.2.5
- test:downstream: Move downstream projects into temp dir before running tests (5a85e33)
Compare @uirouter/publish-scripts
versions 2.2.3 and 2.2.4
- publish_yalc: Support fetching from local directories (not github) and wire publish_yalc logic into test downstream script (8a38dfb)
Compare @uirouter/publish-scripts
versions 2.2.2 and 2.2.3
Compare @uirouter/publish-scripts
versions 2.2.1 and 2.2.2
- publish_yalc: Check if directory/.git exists, not just directory. (0db29b7)
Compare @uirouter/publish-scripts
versions 2.2.0 and 2.2.1
- downstream: Only test downstreams from DOWNSTREAM_PKGS env variable (if set) (8fc540d)
Compare @uirouter/publish-scripts
versions 2.1.2 and 2.2.0
- yalc: Add publish_yalc_package script for travis scripts (349cc57)
Compare @uirouter/publish-scripts
versions 2.1.1 and 2.1.2
- downstream: define giturl variable before use (eed79ee)
Compare @uirouter/publish-scripts
versions 2.1.0 and 2.1.1
- downstream: enable yalc add of grandparent upstream (core -> angular -> sample-app-angular) (6c12618)
Compare @uirouter/publish-scripts
versions 2.0.8 and 2.1.0
- test: add test_downstream_projects script (c8790a8)
Compare @uirouter/publish-scripts
versions 2.0.7 and 2.0.8
- release: Use git commit instead of git ci (2ce1506)
Compare @uirouter/publish-scripts
versions 2.0.6 and 2.0.7
- scripts: remove broken update_changelog.js script entry from package.json (dad1222)
Compare @uirouter/publish-scripts
versions 2.0.5 and 2.0.6
- changelog: Add newline to end of package.json (ad345d0)
Compare @uirouter/publish-scripts
versions 2.0.4 and 2.0.5
- release: Fix args processing for multiple deps (f0d1d68)
Compare @uirouter/publish-scripts
versions 2.0.3 and 2.0.4
- show_changelog: silence popd() output (45a0c5a)
Compare @uirouter/publish-scripts
versions 2.0.2 and 2.0.3
- run: Add npm-run-all package (1dd0a6c)
Compare @uirouter/publish-scripts
versions 2.0.1 and 2.0.2
- publish: Update bower.json, if it exists (2c0547b)
Compare @uirouter/publish-scripts
versions 2.0.0 and 2.0.1
- changelog: Remove update_changelog in favor of release.js (7dcd45d)
Compare @uirouter/publish-scripts
versions 1.1.1 and 2.0.0
- changelog: improve changelog generation scripts (12298ad)
- release: Add post-install steps (9a3377c)
- release: Automate more steps in release.js (d963f9d)
Compare @uirouter/publish-scripts
versions 1.1.0 and 1.1.1
- sourcemap: upgrade to tweak-sourcemap-paths 0.0.2 (aa3e0b2)
Compare @uirouter/publish-scripts
versions 1.0.9 and 1.1.0
- sourcemap: Use tweak-sourcemap-paths 0.0.1 (b357c84)
Compare @uirouter/publish-scripts
versions 1.0.8 and 1.0.9
- update_changelog: change cmd line arg from --no-core opt-out to --include-core opt-in (69b20e5)
Compare @uirouter/publish-scripts
versions 1.0.7 and 1.0.8
- update_changelog: Add --no-core toggle to disable processing uirouter/core changelog (b343db7)
Compare @uirouter/publish-scripts
versions 1.0.6 and 1.0.7
- build: Fix dep on conventional-changelog-ui-router-core (e90d091)
Compare @uirouter/publish-scripts
versions 1.0.5 and 1.0.6
Compare @uirouter/publish-scripts
versions 1.0.4 and 1.0.5
- artifact_tagging: Correctly reset 'latest' tag (1115be6)
Compare @uirouter/publish-scripts
versions 1.0.3 and 1.0.4
- artifact_tagging: re-enable publishing (disable dryrun) (37b1cfc)
Compare @uirouter/publish-scripts
versions 1.0.2 and 1.0.3
- show_core_changelog: Use cwd to find the "core" working copy (994c44c)
Compare @uirouter/publish-scripts
versions 1.0.1 and 1.0.2
- update_changelog: Fix fx require stmt (76db2f8)
Changes in @uirouter/core
between versions 1.0.0 and 1.0.1 (2017-08-12)
- update_changelog: Add core changelog, unless we're in uirouter/core (af67499)
Initial release