Skip to content

Commit

Permalink
Update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Oct 15, 2024
1 parent 16ced8e commit e90aaf9
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion pages/public-roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,43 @@ const tasks: {
},
{
link: 'https://github.com/mockoon/mockoon/issues/1444',
title: 'New array includes rule',
title: 'New array includes rule operator',
cloud: false,
target: '_blank'
},
{
link: 'https://github.com/mockoon/mockoon/issues/1452',
title: 'New JSON schema validation rule operator',
cloud: false,
target: '_blank'
},
{
link: 'https://github.com/mockoon/mockoon/issues/1467',
title: "New request's method rule",
cloud: false,
target: '_blank'
},
{
link: 'https://github.com/mockoon/mockoon/issues/1468',
title: "New request's path rule",
cloud: false,
target: '_blank'
},
{
link: 'https://github.com/mockoon/mockoon/issues/1098',
title: 'New setData templating helper',
cloud: false,
target: '_blank'
},
{
link: 'https://github.com/mockoon/mockoon/issues/1445',
title: 'File upload metadata support',
cloud: false,
target: '_blank'
},
{
link: 'https://github.com/mockoon/mockoon/issues/1542',
title: 'CRUD ids auto-increment',
cloud: false,
target: '_blank'
},
Expand Down

0 comments on commit e90aaf9

Please sign in to comment.