Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TheGreenToaster/docsify-glossary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stijn-dejongh/docsify-glossary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 26 files changed
  • 5 contributors

Commits on Nov 26, 2022

  1. Create deploy-static-example.yml (#1)

    Create github workflow to deploy the example site
    stijn-dejongh authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    461d9c0 View commit details
    Browse the repository at this point in the history
  2. Feature/replacement restrictions (#2)

    * Package lock updates after build
    
    * Bump loader-utils from 1.2.3 to 1.4.2
    
    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 1.4.2.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v1.2.3...v1.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Merge upstream  dependabot/npm_and_yarn/terser-4.8.1 into mainline
    
    * Update documentation, structure and node configuration
    
    * Fix structure and add test runner
    
    * Linting and such
    
    * Fire commit -- WIP
    
    * Fix packaging and update structure
    
    * Update documentation and authoring information
    
    * Add TODO list for the repository revamp
    
    * Add GlossaryConfigurationBuilder
    
    - remove hardcoding of expected file name
    - remove hardcoding of expected terminology definition heading
    - add test for dictionary parsing
    
    * Start implementation of configurable plugin
    
    - Add happy flow test for configuration
    - Add Debug mode
    - Add default values
    - Update README with previously completed work
    
    * DEVOPS: added project static analysis and github workflow
    
    * Update test + implement config loading happy flow
    
    * Finalize configurable Glossary plugin
    
    * Update work log in README
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    stijn-dejongh and dependabot[bot] authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    a265681 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efa8ec3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Fix issue with multiple occurences and delimiters (#4)

    * Fix issue with multiple occurences and delimiters
    * Fix sonar indicated issues
    
    see issue #13 :  #13
    stijn-dejongh authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    22680e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Bugfix/spaces in headings (#5)

    Resolve issue with replacements in title sequences mentioned in issue #6.
    
    * Add test + naive fix for title spacing issue
    * Update readme to reflect the current version
    * Add option to disable header word replacement
    stijn-dejongh authored Dec 4, 2022
    Configuration menu
    Copy the full SHA
    05b59da View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Bugfix/spaces in headings (#6)

    * Fix README typos
    * Add failing test for code-block text replacement behaviour
    * Change implementation to make test pass
    * Update the example to demonstrate the bug fix
    * Add screenshot to the readme
    stijn-dejongh authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    0ea716f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f26738 View commit details
    Browse the repository at this point in the history
  3. BUGFIXES on initial release: (#7)

    - Fix issue with words in a concatenation being replaced
    - Fix issue with alternate glossary location not being respected in the
      link genration
    stijn-dejongh authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    0e0bf90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f706d98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1fe311 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Bugfix/relative glossary link (#9)

    * BUGFIX: link behaviour with relative glossary path
    
    - Add failing test to illustrate the problem (RED)
    - Add configuration parameter to set replacement link prefixes
      - for use with custom set-ups (such as c4builder variant of docsify)
    
    * Implement bugfix [GREEN]
    stijn-dejongh authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    48397a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    f25b126 View commit details
    Browse the repository at this point in the history
  2. Simplify replacement using lookahead assertions

    Michael Schmitt authored and AndreasFranek committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    b86a480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    962caf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Add test that fails with wrong capitalization

    Michael Schmitt authored and AndreasFranek committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    018d8fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd93cc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    1f7952e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b4c95f View commit details
    Browse the repository at this point in the history
Loading