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: ServeRest/ServeRest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.23.2
Choose a base ref
...
head repository: ServeRest/ServeRest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.24.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 18, 2021

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

Commits on Apr 21, 2021

  1. feat: busca por dados de usuário e produtos com dados equivalentes

    será possível buscar por produtos com nomes equivalentes utilizando
    query string, ao invés de digitar o nome completo do produto.
    Se houver 2 produtos com as letras 'abcd' no nome, e a busca for feita
    com a consulta '/produtos?nome=bc', ambos os produtos serão retornados.
    Esse comportamento foi implementado para os seguintes dados:
    - nome em /usuarios
    - password em /usuarios
    - nome em /produtos
    - descricao em /produtos
    PauloGoncalvesBH committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    dffdd7b View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.24.0 [skip ci]

    Release automatically generated through continuous delivery.
    semantic-release-bot committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    557ff31 View commit details
    Browse the repository at this point in the history
Loading