Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
form-creator-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simmctic
form-creator
form-creator-api
Commits
4ccc1cee
Commit
4ccc1cee
authored
5 years ago
by
Stephanie Briere Americo
Browse files
Options
Downloads
Plain Diff
Merge branch '45-lancar-versao-1-2' into 'develop'
Resolve "Lançar versão 1.2" Closes
#45
See merge request
!64
parents
fd9f37c8
91581cb7
No related branches found
No related tags found
2 merge requests
!65
Stable version 1.2
,
!64
Resolve "Lançar versão 1.2"
Pipeline
#22788
passed
5 years ago
Stage: test
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
package.json
+1
-1
1 addition, 1 deletion
package.json
with
8 additions
and
1 deletion
CHANGELOG.md
+
7
−
0
View file @
4ccc1cee
...
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
...
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## 1.2.0 - 19-02-2020
### Changed
-
Created a stable version with user
## 1.1.13 - 10-02-2020
## 1.1.13 - 10-02-2020
### Added
### Added
-
Route to read Form Answer #66 (Richard Heise & Gianfranco)
-
Route to read Form Answer #66 (Richard Heise & Gianfranco)
...
@@ -20,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -20,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
UserQueryBuilder Update now needs an id
-
UserQueryBuilder Update now needs an id
-
UserOptions hash is not obrigatory
-
UserOptions hash is not obrigatory
## 1.1.11 - 04-02-2020
## 1.1.11 - 04-02-2020
## Changed
## Changed
-
Form controller update route to verify if a user own the form #62 (Gianfranco)
-
Form controller update route to verify if a user own the form #62 (Gianfranco)
...
@@ -191,6 +197,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -191,6 +197,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Changed
-
Create a stable version
-
Create a stable version
## 0.0.27 - 15-08-2019
## 0.0.27 - 15-08-2019
### Added
### Added
-
DbHandler methods to update database #32 (Gianfranco)
-
DbHandler methods to update database #32 (Gianfranco)
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
4ccc1cee
{
{
"name"
:
"form-creator-api"
,
"name"
:
"form-creator-api"
,
"version"
:
"1.
1.13
"
,
"version"
:
"1.
2.0
"
,
"description"
:
"RESTful API used to manage and answer forms."
,
"description"
:
"RESTful API used to manage and answer forms."
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"scripts"
:
{
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment