Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @cparra/apexdocs from 1.15.0 to 2.8.2 #83

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps @cparra/apexdocs from 1.15.0 to 2.8.2.

Release notes

Sourced from @​cparra/apexdocs's releases.

v2.8.1

Upgrading to use the latest version of the Apex Reflection library

v2.8.0

Inheritance support

Classes and interfaces with inheritance now display their inherited information.

This is done in a couple of ways:

Classes and interfaces now include a section that summarizes the classes they extend and implement

image

image

Additionally any extended member (fields, properties, and methods) are now displayed on the page for the sub-class/sub-interface. These are displayed with an "Inherited" tag below their definition.

image

v2.7.0

Upgrading apex-reflection version, which introduces updates to the Apex parser.

v2.6.0

  • Supporting markdown on description tags based on cesarParra/apexdocs#58
  • Adding the --sanitizeHtml tag to allow to toggle sanitization on and off.
  • Support for the <code> HTML tag

v2.5.1

  • Fix to start-group not recognizing special characters at the start of the description cesarParra/apexdocs#57

v2.5.0

  • New generator: plain-markdown
    • Produces plain markdown files without any additional considerations like done for Jekyll and Docsify
  • General improvements to logging while the processor is running
  • Improvements to the way files are linked

v2.4.0

  • Ungrouped files are now grouped under the Miscellaneous directory, rather than Misc, to match the documentation
  • A new argument --defaultGroupName has been added to allow the user to override this behavior
  • Updated docs

v2.3.0

Apexdoc blocks can now all be in a single line. For example, the following are supported

/** This is valid */
class My Class {}

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@cparra/apexdocs](https://github.com/cesarParra/apexdocs) from 1.15.0 to 2.8.2.
- [Release notes](https://github.com/cesarParra/apexdocs/releases)
- [Commits](https://github.com/cesarParra/apexdocs/commits)

---
updated-dependencies:
- dependency-name: "@cparra/apexdocs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2023

Superseded by #87.

@dependabot dependabot bot closed this Jan 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cparra/apexdocs-2.8.2 branch January 1, 2023 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants