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: chhoumann/MetaEdit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.2
Choose a base ref
...
head repository: chhoumann/MetaEdit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.0
Choose a head ref
  • 9 commits
  • 9 files changed
  • 4 contributors

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    cd017a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Merge pull request #66 from ryanjamurphy/master

    Adds a check for existing frontmatter before using it in onFileModify
    chhoumann authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    41edf3b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Changes to accept every Dataview metadata format

    Changes to also parse for "(field:: value)" and "[field:: value]",
    as opposed to only "field:: value".
    theofbonin committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    c2255fa View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Refactored parser.ts regex and added escapeSpecialCharacters method t…

    …o handle special characters in properties.
    
    Updated "parser.ts" regex to handle properties without values and newlines after `::`.
    Also added "escapeSpecialCharacters" method to handle special regex characters in properties, and updated regexes on "metaController.ts".
    theofbonin committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    413b84d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef3efb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4d0848 View commit details
    Browse the repository at this point in the history
  4. build: use pnpm

    chhoumann committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    80d7281 View commit details
    Browse the repository at this point in the history
  5. feat: force update

    chhoumann committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0f2b8e2 View commit details
    Browse the repository at this point in the history
  6. release(version): Release 1.8.0 [skip ci]

    # [1.8.0](1.7.2...1.8.0) (2023-03-02)
    
    ### Features
    
    * force update ([0f2b8e2](0f2b8e2))
    semantic-release-bot committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    86c5eb3 View commit details
    Browse the repository at this point in the history
Loading