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

Feature: Move textprovider json from other repo to core #263

Merged
merged 138 commits into from
Aug 30, 2023

Commits on Dec 16, 2022

  1. Initial commit

    Gram21 authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    f850a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a8f93a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d639dc View commit details
    Browse the repository at this point in the history
  4. Add word schema

    Gram21 committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    921cace View commit details
    Browse the repository at this point in the history
  5. Add sentence schema

    Gram21 committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    abdafb1 View commit details
    Browse the repository at this point in the history
  6. Add text schema

    Gram21 committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    369b62e View commit details
    Browse the repository at this point in the history
  7. Update/Format word schema

    Gram21 committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    cd9bb22 View commit details
    Browse the repository at this point in the history
  8. Remove PhraseType schema

    Gram21 committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3aaa29f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Create single file definition

    Moved split schemas into own folder
    Gram21 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    dbf29f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d739afc View commit details
    Browse the repository at this point in the history
  3. Remove split definitions

    Gram21 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    5e33511 View commit details
    Browse the repository at this point in the history
  4. Add id to words

    Gram21 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d930b73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b02e7b6 View commit details
    Browse the repository at this point in the history
  6. Format example

    Gram21 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    94314d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Update gitignore

    Gram21 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    7157995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    813f2bb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. added valid json example

    Laxraa committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8ecc4d7 View commit details
    Browse the repository at this point in the history
  2. refactored folder structure

    Laxraa committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1da54ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efbb525 View commit details
    Browse the repository at this point in the history
  4. overwritten equals methods

    Laxraa committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    145b09f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c47625 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be3f44b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5040ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c7ea5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc4beab View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. started dto converter

    Laxraa committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    bdc06b5 View commit details
    Browse the repository at this point in the history
  2. added conversion of dto word

    Laxraa committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3186b4e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. added tree parser

    Laxraa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    4ae0c05 View commit details
    Browse the repository at this point in the history
  2. added tree parser test

    Laxraa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    83ba58c View commit details
    Browse the repository at this point in the history
  3. added method convertToSentence

    Laxraa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    85de731 View commit details
    Browse the repository at this point in the history
  4. updated json converter

    Laxraa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9d94568 View commit details
    Browse the repository at this point in the history
  5. added testutil

    Laxraa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    e37d23f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e59a706 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. completed TestUtil

    Laxraa committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    c951019 View commit details
    Browse the repository at this point in the history
  2. added equals and hashcode

    Laxraa committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    167b6f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f74a9f View commit details
    Browse the repository at this point in the history
  4. fixed circular equals methods

    Laxraa committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    0c2d14d View commit details
    Browse the repository at this point in the history
  5. added dto to object test

    Laxraa committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    d2f7918 View commit details
    Browse the repository at this point in the history
  6. added Object to DTO Converter

    Laxraa committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    2bc687f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    b99f4a4 View commit details
    Browse the repository at this point in the history
  2. added text to PhraseImpl

    Laxraa committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    acc310e View commit details
    Browse the repository at this point in the history
  3. refactored JsonConverter

    Laxraa committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    378cefa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d170de View commit details
    Browse the repository at this point in the history
  5. fixed bug in tree parser

    Laxraa committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9c67d91 View commit details
    Browse the repository at this point in the history
  6. refactored PhraseImpl

    Laxraa committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8d15adf View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. ran spotless:apply

    Laxraa committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c83defc View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Add github actions

    Gram21 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2d7d453 View commit details
    Browse the repository at this point in the history
  2. Remove trailing whitespace

    Gram21 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2426bd4 View commit details
    Browse the repository at this point in the history
  3. Fix sonar in maven

    Gram21 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ae8c22d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. added formatter xml

    Laxraa committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    22b63e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3679f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8c3207 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c27d766 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54e3505 View commit details
    Browse the repository at this point in the history
  6. added ObjectToDtoTest

    Laxraa committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    8495829 View commit details
    Browse the repository at this point in the history
  7. ran spotless:apply

    Laxraa committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    c0d107a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f3ba8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d450ccf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c03c237 View commit details
    Browse the repository at this point in the history
  11. added PosTag

    Laxraa committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    5d8df23 View commit details
    Browse the repository at this point in the history
  12. ran spotless:apply

    Laxraa committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    f5d9560 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Add jacoco

    Gram21 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9f8c7d5 View commit details
    Browse the repository at this point in the history
  2. Change instanceof check

    Gram21 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    855aab8 View commit details
    Browse the repository at this point in the history
  3. Apply formatting changes

    Gram21 authored and github-actions[bot] committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5c7577a View commit details
    Browse the repository at this point in the history
  4. Improve code quality slightly

    Gram21 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    04deedc View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/converter' of github.com:ArDoCo/textprovider-js…

    …on into feature/converter
    
    # Conflicts:
    #	pom.xml
    Gram21 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1b1a9c8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from ArDoCo/feature/converter

    Feature/converter
    Gram21 authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    049e64a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27844aa View commit details
    Browse the repository at this point in the history
  8. Add deploy action (#4)

    Gram21 authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    342e91d View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Gram21 authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8d2125f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Auto-Update Dependencies

    Updated com.fasterxml.jackson.core:jackson-databind:jar:2.9.0 to version 2.15.0-rc3
    Updated com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.0 to version 2.15.0-rc3
    Updated io.vertx:vertx-json-schema:jar:4.3.7 to version 4.4.1
    Updated com.networknt:json-schema-validator:jar:1.0.77 to version 1.0.79
    actions-user committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    08fd26a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc0f19f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eb1512 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Auto-Update Dependencies

    Updated com.fasterxml.jackson.core:jackson-databind:jar:2.15.0-rc3 to version 2.15.0
    Updated com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.0-rc3 to version 2.15.0
    Updated com.networknt:json-schema-validator:jar:1.0.79 to version 1.0.80
    actions-user committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5065c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4519966 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6de8ca View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Auto-Update Dependencies

    Updated com.networknt:json-schema-validator:jar:1.0.80 to version 1.0.81
    actions-user committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d159d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    257bbeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd4e770 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    858d2e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b522fa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3358886 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Auto-Update Dependencies

    Updated io.vertx:vertx-json-schema:jar:4.4.1 to version 4.4.2
    actions-user committed May 16, 2023
    Configuration menu
    Copy the full SHA
    b9970b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb9464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7365427 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Auto-Update Dependencies

    Updated com.fasterxml.jackson.core:jackson-databind:jar:2.15.0 to version 2.15.1
    Updated com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.0 to version 2.15.1
    Updated com.networknt:json-schema-validator:jar:1.0.81 to version 1.0.82
    actions-user committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e70d926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c37e9b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd21f18 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Update actions

    dfuchss committed May 26, 2023
    Configuration menu
    Copy the full SHA
    3fb6b2c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Auto-Update Dependencies

    Updated com.networknt:json-schema-validator:jar:1.0.82 to version 1.0.83
    actions-user committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6464fab View commit details
    Browse the repository at this point in the history
  2. Release 0.0.7

    actions-user committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3242848 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0d6099 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Refactor object to dto converter (#5)

    * added ConverterUtil
    
    * fixed bug in PhraseImpl
    
    * fixed bugs in ConverterUtil and TestUtil
    
    * fixed misinterpretation of Sentence::getPhrases
    
    * refactored ObjectToDtoConverter
    
    * updated word and sentence indices
    
    * root phrase is no longer treated as a special phrase
    
    * fixed bug in WordImpl
    
    * resolved issues found by sonarcloud
    
    * Apply formatting changes
    
    ---------
    
    Co-authored-by: Laxraa <Laxraa@users.noreply.github.com>
    Laxraa and Laxraa authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    8f4bbd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Update versions

    Manually update versions as there were breaking changes
    Gram21 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    95ab5ac View commit details
    Browse the repository at this point in the history
  2. Release 0.1.0

    actions-user committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5b8f86d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddef2d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Auto-Update Dependencies

    Updated io.vertx:vertx-json-schema:jar:4.4.2 to version 4.4.3
    Updated com.networknt:json-schema-validator:jar:1.0.83 to version 1.0.84
    actions-user committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b154de2 View commit details
    Browse the repository at this point in the history
  2. Release 0.1.1

    actions-user committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d7ac7d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    070e60c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Auto-Update Dependencies

    actions-user committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    bd82a9b View commit details
    Browse the repository at this point in the history
  2. Release 0.2.0

    actions-user committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b0e46ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37e2deb View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Auto-Update Dependencies

    Updated io.vertx:vertx-json-schema:jar:4.4.3 to version 4.4.4
    Updated com.networknt:json-schema-validator:jar:1.0.84 to version 1.0.85
    actions-user committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    88c4fd5 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.0

    actions-user committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    bd6215a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8eb005 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Feature/refactor jsonconverter (#6)

    * moved the schema text.json into the right directory
    
    * adjusted the indices of words and sentences
    
    * moved text.json into resource folder
    
    * Update src/main/java/io/github/ardoco/textproviderjson/converter/DtoToObjectConverter.java
    
    1L instead of (long) 1
    
    Co-authored-by: Dominik Fuchß <develop@fuchss.org>
    
    * Update src/main/java/io/github/ardoco/textproviderjson/converter/ObjectToDtoConverter.java
    
    1L instead of (long) 1
    
    Co-authored-by: Dominik Fuchß <develop@fuchss.org>
    
    * Update src/main/java/io/github/ardoco/textproviderjson/converter/ObjectToDtoConverter.java
    
    1L instead of (long) 1
    
    Co-authored-by: Dominik Fuchß <develop@fuchss.org>
    
    * Update src/main/java/io/github/ardoco/textproviderjson/converter/DtoToObjectConverter.java
    
    1L instead of (long) 1
    
    Co-authored-by: Dominik Fuchß <develop@fuchss.org>
    
    * replaced FileInputStream with getResourceAsStream
    
    * Apply formatting changes
    
    ---------
    
    Co-authored-by: Dominik Fuchß <develop@fuchss.org>
    Co-authored-by: Laxraa <Laxraa@users.noreply.github.com>
    3 people authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    077f479 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Auto-Update Dependencies

    Updated com.networknt:json-schema-validator:jar:1.0.85 to version 1.0.86
    actions-user committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4014de4 View commit details
    Browse the repository at this point in the history
  2. Release 0.4.0

    actions-user committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    afa514d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d0a4ff View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Auto-Update Dependencies

    actions-user committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    dbb9568 View commit details
    Browse the repository at this point in the history
  2. Release 0.5.0

    actions-user committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    85cc230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db0f16a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Auto-Update Dependencies

    actions-user committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3c864da View commit details
    Browse the repository at this point in the history
  2. Release 0.6.0

    actions-user committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6d3dff9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8454c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Auto-Update Dependencies

    Updating parent from 0.16.0 to 0.17.0
    actions-user committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a971270 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.0

    actions-user committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4f06c98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8a49d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Feature/update schema (#7)

    The POSTag HYPH was missing and incoming/ outgoing dependencies are apparently not unique (e.g. when analyzing the text teastore, the 15th word of the 17th sentence has the same outgoing dependency two times).
    Added some tests, too.
    
    * added POSTag HYPH
    * incoming and outgoing dependencies no longer unique
    * add logger to json converter
    * add NotConvertableException
    * add InvalidJsonException
    * add ConverterUtilTest
    * add JsonConverterTest
    * add DtoToObjectConverterTest
    * updated DtoToObjectConverterTest
    * add ObjectToDtoConverter
    * rename dto objects
    * Apply formatting changes
    
    ---------
    
    Co-authored-by: Laxraa <Laxraa@users.noreply.github.com>
    Laxraa and Laxraa authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1dcdfa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Auto-Update Dependencies

    Updating parent from 0.17.0 to 0.18.0
    actions-user committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    dce75d2 View commit details
    Browse the repository at this point in the history
  2. Release 0.8.0

    actions-user committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4ececd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10afa6b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Auto-Update Dependencies

    Updating parent from 0.18.0 to 0.18.1
    actions-user committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ac29beb View commit details
    Browse the repository at this point in the history
  2. Release 0.9.0

    actions-user committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0545632 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3be6f8c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Auto-Update Dependencies

    Updating parent from 0.18.1 to 0.19.0
    actions-user committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1e7cecb View commit details
    Browse the repository at this point in the history
  2. Release 0.10.0

    actions-user committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d8137d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5a4749 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Update ardoco.core.version

    dfuchss committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3090ada View commit details
    Browse the repository at this point in the history
  2. Release 0.11.0

    actions-user committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    daf62fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ead59c0 View commit details
    Browse the repository at this point in the history
  4. Add 'framework/textprovider-json/' from commit 'ead59c0924327207e2fec…

    …17f15b0884a6e3a5df6'
    
    git-subtree-dir: framework/textprovider-json
    git-subtree-mainline: 717d282
    git-subtree-split: ead59c0
    dfuchss committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    62ef188 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    807a453 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15e0536 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Fix README. Move Packages

    dfuchss committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    16fa4f8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/textprovider-json' of github.com:ArDoCo/Core in…

    …to feature/textprovider-json
    dfuchss committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    501f494 View commit details
    Browse the repository at this point in the history
  3. Fix after merge

    dfuchss committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    633d937 View commit details
    Browse the repository at this point in the history
  4. Spelling in readme

    dfuchss committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    19fb706 View commit details
    Browse the repository at this point in the history